diff options
Diffstat (limited to 'keyboards/handwired/108key_trackpoint/config.h')
-rw-r--r-- | keyboards/handwired/108key_trackpoint/config.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/handwired/108key_trackpoint/config.h b/keyboards/handwired/108key_trackpoint/config.h index fccdf6424c..5887401a3a 100644 --- a/keyboards/handwired/108key_trackpoint/config.h +++ b/keyboards/handwired/108key_trackpoint/config.h @@ -1,9 +1,5 @@ #pragma once -#include "config_common.h" - -#define MATRIX_ROWS 8 -#define MATRIX_COLS 23 #ifdef PS2_DRIVER_USART #define PS2_CLOCK_PIN D5 @@ -47,7 +43,5 @@ /* COL2ROW or ROW2COL */ #define DIODE_DIRECTION COL2ROW -#define DEBOUNCE 5 - #define LOCKING_SUPPORT_ENABLE #define LOCKING_RESYNC_ENABLE |