aboutsummaryrefslogtreecommitdiff
path: root/tmk_core/protocol/chibios/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core/protocol/chibios/main.c')
-rw-r--r--tmk_core/protocol/chibios/main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tmk_core/protocol/chibios/main.c b/tmk_core/protocol/chibios/main.c
index a61ffad12..218a79f8b 100644
--- a/tmk_core/protocol/chibios/main.c
+++ b/tmk_core/protocol/chibios/main.c
@@ -32,9 +32,8 @@
32#include "sendchar.h" 32#include "sendchar.h"
33#include "debug.h" 33#include "debug.h"
34#include "printf.h" 34#include "printf.h"
35#include "rgblight_reconfig.h"
36 35
37#if (defined(RGB_MIDI) || defined(RGBLIGHT_ANIMATIONS)) && defined(RGBLIGHT_ENABLE) 36#if defined(RGBLIGHT_ENABLE)
38# include "rgblight.h" 37# include "rgblight.h"
39#endif 38#endif
40#ifdef SLEEP_LED_ENABLE 39#ifdef SLEEP_LED_ENABLE