aboutsummaryrefslogtreecommitdiff
path: root/quantum/quantum.c
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/quantum.c')
-rw-r--r--quantum/quantum.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/quantum/quantum.c b/quantum/quantum.c
index 80c4e8f00..ef751a233 100644
--- a/quantum/quantum.c
+++ b/quantum/quantum.c
@@ -15,6 +15,7 @@
15 */ 15 */
16 16
17#include "quantum.h" 17#include "quantum.h"
18#include "magic.h"
18 19
19#ifdef BLUETOOTH_ENABLE 20#ifdef BLUETOOTH_ENABLE
20# include "outputselect.h" 21# include "outputselect.h"
@@ -369,12 +370,7 @@ void tap_random_base64(void) {
369} 370}
370 371
371void matrix_init_quantum() { 372void matrix_init_quantum() {
372#ifdef BOOTMAGIC_LITE 373 magic();
373 bootmagic_lite();
374#endif
375 if (!eeconfig_is_enabled()) {
376 eeconfig_init();
377 }
378#if defined(LED_NUM_LOCK_PIN) || defined(LED_CAPS_LOCK_PIN) || defined(LED_SCROLL_LOCK_PIN) || defined(LED_COMPOSE_PIN) || defined(LED_KANA_PIN) 374#if defined(LED_NUM_LOCK_PIN) || defined(LED_CAPS_LOCK_PIN) || defined(LED_SCROLL_LOCK_PIN) || defined(LED_COMPOSE_PIN) || defined(LED_KANA_PIN)
379 // TODO: remove calls to led_init_ports from keyboards and remove ifdef 375 // TODO: remove calls to led_init_ports from keyboards and remove ifdef
380 led_init_ports(); 376 led_init_ports();