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