diff options
Diffstat (limited to 'keyboards/toad/config.h')
-rw-r--r-- | keyboards/toad/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/toad/config.h b/keyboards/toad/config.h index 5f3eb43c2..016bd5413 100644 --- a/keyboards/toad/config.h +++ b/keyboards/toad/config.h | |||
@@ -23,6 +23,10 @@ | |||
23 | /* COL2ROW or ROW2COL */ | 23 | /* COL2ROW or ROW2COL */ |
24 | #define DIODE_DIRECTION COL2ROW | 24 | #define DIODE_DIRECTION COL2ROW |
25 | 25 | ||
26 | #define LED_CAPS_LOCK_PIN B6 | ||
27 | #define LED_SCROLL_LOCK_PIN B5 | ||
28 | #define LED_PIN_ON_STATE 0 | ||
29 | |||
26 | /* number of backlight levels */ | 30 | /* number of backlight levels */ |
27 | 31 | ||
28 | #ifdef BACKLIGHT_PIN | 32 | #ifdef BACKLIGHT_PIN |