summaryrefslogtreecommitdiff
path: root/keyboards/mysticworks/wyvern/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/mysticworks/wyvern/config.h')
-rw-r--r--keyboards/mysticworks/wyvern/config.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/keyboards/mysticworks/wyvern/config.h b/keyboards/mysticworks/wyvern/config.h
index 859eece683..3d2aab65c7 100644
--- a/keyboards/mysticworks/wyvern/config.h
+++ b/keyboards/mysticworks/wyvern/config.h
@@ -16,11 +16,6 @@
#pragma once
-#include "config_common.h"
-
-/* Key Matrix Size */
-#define MATRIX_ROWS 10
-#define MATRIX_COLS 10
/* Keyboard Matrix Assignments */
#define MATRIX_ROW_PINS {D0,D1,D5,D3,F7,F6,F5,F4,F1,F0}
@@ -29,9 +24,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 */