diff options
Diffstat (limited to 'tmk_core/protocol')
| -rw-r--r-- | tmk_core/protocol/chibios/main.c | 3 | ||||
| -rw-r--r-- | tmk_core/protocol/lufa/lufa.c | 3 | ||||
| -rw-r--r-- | tmk_core/protocol/vusb/main.c | 3 |
3 files changed, 3 insertions, 6 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 |
diff --git a/tmk_core/protocol/lufa/lufa.c b/tmk_core/protocol/lufa/lufa.c index 738c2a6d3..ca75a91d0 100644 --- a/tmk_core/protocol/lufa/lufa.c +++ b/tmk_core/protocol/lufa/lufa.c | |||
| @@ -54,7 +54,6 @@ | |||
| 54 | #include "quantum.h" | 54 | #include "quantum.h" |
| 55 | #include <util/atomic.h> | 55 | #include <util/atomic.h> |
| 56 | #include "outputselect.h" | 56 | #include "outputselect.h" |
| 57 | #include "rgblight_reconfig.h" | ||
| 58 | 57 | ||
| 59 | #ifdef NKRO_ENABLE | 58 | #ifdef NKRO_ENABLE |
| 60 | # include "keycode_config.h" | 59 | # include "keycode_config.h" |
| @@ -78,7 +77,7 @@ extern keymap_config_t keymap_config; | |||
| 78 | # include "virtser.h" | 77 | # include "virtser.h" |
| 79 | #endif | 78 | #endif |
| 80 | 79 | ||
| 81 | #if (defined(RGB_MIDI) || defined(RGBLIGHT_ANIMATIONS)) && defined(RGBLIGHT_ENABLE) | 80 | #if defined(RGBLIGHT_ENABLE) |
| 82 | # include "rgblight.h" | 81 | # include "rgblight.h" |
| 83 | #endif | 82 | #endif |
| 84 | 83 | ||
diff --git a/tmk_core/protocol/vusb/main.c b/tmk_core/protocol/vusb/main.c index 1e9d65be0..6b3f09bc3 100644 --- a/tmk_core/protocol/vusb/main.c +++ b/tmk_core/protocol/vusb/main.c | |||
| @@ -20,9 +20,8 @@ | |||
| 20 | #include "timer.h" | 20 | #include "timer.h" |
| 21 | #include "uart.h" | 21 | #include "uart.h" |
| 22 | #include "debug.h" | 22 | #include "debug.h" |
| 23 | #include "rgblight_reconfig.h" | ||
| 24 | 23 | ||
| 25 | #if (defined(RGB_MIDI) || defined(RGBLIGHT_ANIMATIONS)) && defined(RGBLIGHT_ENABLE) | 24 | #if defined(RGBLIGHT_ENABLE) |
| 26 | # include "rgblight.h" | 25 | # include "rgblight.h" |
| 27 | #endif | 26 | #endif |
| 28 | 27 | ||
