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