diff options
Diffstat (limited to 'keyboards/doio/kb30/config.h')
-rw-r--r-- | keyboards/doio/kb30/config.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/doio/kb30/config.h b/keyboards/doio/kb30/config.h index 21f2109401..d2eca67c08 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,9 +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 @@ -50,8 +46,6 @@ { 4, 4, 2 } // #define QMK_KEYS_PER_SCAN 12 -// #define FORCE_NKRO - /* OLED */ #ifdef OLED_ENABLE |