diff options
Diffstat (limited to 'quantum/quantum.c')
-rw-r--r-- | quantum/quantum.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/quantum/quantum.c b/quantum/quantum.c index f35939216..3329c1146 100644 --- a/quantum/quantum.c +++ b/quantum/quantum.c | |||
@@ -356,10 +356,7 @@ void update_tri_layer(uint8_t layer1, uint8_t layer2, uint8_t layer3) { layer_st | |||
356 | 356 | ||
357 | void matrix_init_quantum() { | 357 | void matrix_init_quantum() { |
358 | magic(); | 358 | magic(); |
359 | #if defined(LED_NUM_LOCK_PIN) || defined(LED_CAPS_LOCK_PIN) || defined(LED_SCROLL_LOCK_PIN) || defined(LED_COMPOSE_PIN) || defined(LED_KANA_PIN) | ||
360 | // TODO: remove calls to led_init_ports from keyboards and remove ifdef | ||
361 | led_init_ports(); | 359 | led_init_ports(); |
362 | #endif | ||
363 | #ifdef BACKLIGHT_ENABLE | 360 | #ifdef BACKLIGHT_ENABLE |
364 | backlight_init_ports(); | 361 | backlight_init_ports(); |
365 | #endif | 362 | #endif |