diff options
Diffstat (limited to 'keyboards/synapse/config.h')
-rw-r--r-- | keyboards/synapse/config.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/keyboards/synapse/config.h b/keyboards/synapse/config.h index f9b40cedee..9f86bdabd7 100644 --- a/keyboards/synapse/config.h +++ b/keyboards/synapse/config.h @@ -16,14 +16,4 @@ #pragma once - -#define MATRIX_ROW_PINS \ - { E6, B0, F4, F1 } -#define MATRIX_COL_PINS \ - { F0, D4, F5, B1, B2, B3, B7, D0, D1, D2, D3, B6 } - - -/* COL2ROW, ROW2COL*/ -#define DIODE_DIRECTION COL2ROW - #define LOCKING_SUPPORT_ENABLE |