diff options
Diffstat (limited to 'keyboards/tetris/config.h')
-rwxr-xr-x | keyboards/tetris/config.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/keyboards/tetris/config.h b/keyboards/tetris/config.h index 5cb9e23c57..f54408c1be 100755 --- a/keyboards/tetris/config.h +++ b/keyboards/tetris/config.h @@ -1,13 +1,5 @@ #pragma once - -/* key matrix pins */ -#define MATRIX_ROW_PINS { B3, B2, B1, B0, E6 } -#define MATRIX_COL_PINS { D7, B4, B6, C6, C7, F6, F7, D4, D2, D3, D5, D6 } - -/* COL2ROW or ROW2COL */ -#define DIODE_DIRECTION COL2ROW - /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ #define LOCKING_SUPPORT_ENABLE |