diff options
Diffstat (limited to 'keyboards/keychron/q8/config.h')
-rw-r--r-- | keyboards/keychron/q8/config.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/keyboards/keychron/q8/config.h b/keyboards/keychron/q8/config.h index 4498f7d461..017f463d84 100644 --- a/keyboards/keychron/q8/config.h +++ b/keyboards/keychron/q8/config.h @@ -19,10 +19,6 @@ /* COL2ROW or ROW2COL */ #define DIODE_DIRECTION ROW2COL -/* Key matrix size */ -#define MATRIX_ROWS 5 -#define MATRIX_COLS 15 - /* Key matrix pins */ #define MATRIX_ROW_PINS \ { B4, B3, A15, A14, A13 } @@ -32,9 +28,6 @@ /* If PH3 used with a stronger pull resistor then the following definition needs be included */ // #define MATRIX_UNSELECT_DRIVE_HIGH -/* Set 0 if debouncing isn't needed */ -#define DEBOUNCE 5 - /* RGB Matrix Driver Configuration */ #define DRIVER_COUNT 2 #define DRIVER_ADDR_1 0b1110111 |