diff options
Diffstat (limited to 'keyboards/sentraq/s65_plus/config.h')
-rw-r--r-- | keyboards/sentraq/s65_plus/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/sentraq/s65_plus/config.h b/keyboards/sentraq/s65_plus/config.h index 51aacfc19..f1f3512c6 100644 --- a/keyboards/sentraq/s65_plus/config.h +++ b/keyboards/sentraq/s65_plus/config.h | |||
@@ -20,6 +20,9 @@ | |||
20 | #define MATRIX_COL_PINS { F6, F5, F4, F1, F0, E6, B0, B1, D5, B2, B3, D0, D1, D2, D4, D6, D7, F7 } | 20 | #define MATRIX_COL_PINS { F6, F5, F4, F1, F0, E6, B0, B1, D5, B2, B3, D0, D1, D2, D4, D6, D7, F7 } |
21 | #define UNUSED_PINS | 21 | #define UNUSED_PINS |
22 | 22 | ||
23 | #define LED_CAPS_LOCK_PIN B7 | ||
24 | #define LED_PIN_ON_STATE 0 | ||
25 | |||
23 | /* number of backlight levels */ | 26 | /* number of backlight levels */ |
24 | #define BACKLIGHT_PIN B7 | 27 | #define BACKLIGHT_PIN B7 |
25 | #define BACKLIGHT_LEVELS 3 | 28 | #define BACKLIGHT_LEVELS 3 |