diff options
Diffstat (limited to 'keyboards/tenki/config.h')
-rw-r--r-- | keyboards/tenki/config.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/keyboards/tenki/config.h b/keyboards/tenki/config.h index fef051fb71..2b7b6435ec 100644 --- a/keyboards/tenki/config.h +++ b/keyboards/tenki/config.h @@ -1,12 +1,5 @@ #pragma once - -/* key matrix pins */ -#define MATRIX_ROW_PINS { B1, B4, F6, B6, B2 } -#define MATRIX_COL_PINS { F4, F5, D4, D0 } - -#define DIODE_DIRECTION COL2ROW - /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ #define LOCKING_SUPPORT_ENABLE @@ -15,7 +8,6 @@ /* ws2812 RGB LED */ -#define RGB_DI_PIN D1 #define RGBLIGHT_EFFECT_BREATHING #define RGBLIGHT_EFFECT_RAINBOW_MOOD #define RGBLIGHT_EFFECT_RAINBOW_SWIRL |