diff options
Diffstat (limited to 'quantum/keyboard.c')
-rw-r--r-- | quantum/keyboard.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/quantum/keyboard.c b/quantum/keyboard.c index f2a0889c1..f8e36994d 100644 --- a/quantum/keyboard.c +++ b/quantum/keyboard.c | |||
@@ -335,6 +335,12 @@ void keyboard_init(void) { | |||
335 | #ifdef DIP_SWITCH_ENABLE | 335 | #ifdef DIP_SWITCH_ENABLE |
336 | dip_switch_init(); | 336 | dip_switch_init(); |
337 | #endif | 337 | #endif |
338 | #ifdef SLEEP_LED_ENABLE | ||
339 | sleep_led_init(); | ||
340 | #endif | ||
341 | #ifdef VIRTSER_ENABLE | ||
342 | virtser_init(); | ||
343 | #endif | ||
338 | 344 | ||
339 | #if defined(DEBUG_MATRIX_SCAN_RATE) && defined(CONSOLE_ENABLE) | 345 | #if defined(DEBUG_MATRIX_SCAN_RATE) && defined(CONSOLE_ENABLE) |
340 | debug_enable = true; | 346 | debug_enable = true; |