diff options
Diffstat (limited to 'quantum/quantum.c')
| -rw-r--r-- | quantum/quantum.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/quantum/quantum.c b/quantum/quantum.c index db99e80fa..7345ab0d5 100644 --- a/quantum/quantum.c +++ b/quantum/quantum.c | |||
| @@ -16,6 +16,7 @@ | |||
| 16 | 16 | ||
| 17 | #include <ctype.h> | 17 | #include <ctype.h> |
| 18 | #include "quantum.h" | 18 | #include "quantum.h" |
| 19 | #include "magic.h" | ||
| 19 | 20 | ||
| 20 | #ifdef BLUETOOTH_ENABLE | 21 | #ifdef BLUETOOTH_ENABLE |
| 21 | # include "outputselect.h" | 22 | # include "outputselect.h" |
| @@ -601,12 +602,7 @@ void tap_random_base64(void) { | |||
| 601 | } | 602 | } |
| 602 | 603 | ||
| 603 | void matrix_init_quantum() { | 604 | void matrix_init_quantum() { |
| 604 | #ifdef BOOTMAGIC_LITE | 605 | magic(); |
| 605 | bootmagic_lite(); | ||
| 606 | #endif | ||
| 607 | if (!eeconfig_is_enabled()) { | ||
| 608 | eeconfig_init(); | ||
| 609 | } | ||
| 610 | #if defined(LED_NUM_LOCK_PIN) || defined(LED_CAPS_LOCK_PIN) || defined(LED_SCROLL_LOCK_PIN) || defined(LED_COMPOSE_PIN) || defined(LED_KANA_PIN) | 606 | #if defined(LED_NUM_LOCK_PIN) || defined(LED_CAPS_LOCK_PIN) || defined(LED_SCROLL_LOCK_PIN) || defined(LED_COMPOSE_PIN) || defined(LED_KANA_PIN) |
| 611 | // TODO: remove calls to led_init_ports from keyboards and remove ifdef | 607 | // TODO: remove calls to led_init_ports from keyboards and remove ifdef |
| 612 | led_init_ports(); | 608 | led_init_ports(); |
