diff options
Diffstat (limited to 'keyboards/mysticworks')
-rw-r--r-- | keyboards/mysticworks/wyvern/config.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/mysticworks/wyvern/config.h b/keyboards/mysticworks/wyvern/config.h index 859eece683..5284ca01b4 100644 --- a/keyboards/mysticworks/wyvern/config.h +++ b/keyboards/mysticworks/wyvern/config.h @@ -16,7 +16,6 @@ #pragma once -#include "config_common.h" /* Key Matrix Size */ #define MATRIX_ROWS 10 @@ -29,9 +28,6 @@ /* COL2ROW, ROW2COL*/ #define DIODE_DIRECTION COL2ROW -/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ -#define DEBOUNCE 5 - /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ #define LOCKING_SUPPORT_ENABLE /* Locking resynchronize hack */ |