summaryrefslogtreecommitdiff
path: root/keyboards/doio/kb30/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/doio/kb30/config.h')
-rw-r--r--keyboards/doio/kb30/config.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/keyboards/doio/kb30/config.h b/keyboards/doio/kb30/config.h
index 21f2109401..5361523cb7 100644
--- a/keyboards/doio/kb30/config.h
+++ b/keyboards/doio/kb30/config.h
@@ -17,7 +17,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
@@ -27,12 +26,6 @@
#define MATRIX_COL_PINS { B14, B13, B12, B0, A7, A9, A8 }
#define DIODE_DIRECTION COL2ROW // COL2ROW or ROW2COL
-/* define if matrix has ghost */
-//#define MATRIX_HAS_GHOST
-
-/* Set 0 if debouncing isn't 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 */
@@ -50,8 +43,6 @@
{ 4, 4, 2 }
// #define QMK_KEYS_PER_SCAN 12
-// #define FORCE_NKRO
-
/* OLED */
#ifdef OLED_ENABLE