Remove unnecessary import of rgblight.h in tmk_core/protocol/*/*.c (#8432)
* Remove unnecessary import of rgblight.h in tmk_core/protocol/*/*.c * tmk_core/protocol/chibios/main.c * tmk_core/protocol/lufa/lufa.c see #8380 for tmk_core/protocol/vusb/main.c. * Remove '#include "rgblight.h"' from tmk_core/protocol/vusb/main.c.
This commit is contained in:
parent
2a31fbf9a6
commit
9dfebb9d67
3 changed files with 0 additions and 10 deletions
|
@ -33,9 +33,6 @@
|
|||
#include "debug.h"
|
||||
#include "printf.h"
|
||||
|
||||
#if defined(RGBLIGHT_ENABLE)
|
||||
# include "rgblight.h"
|
||||
#endif
|
||||
#ifdef SLEEP_LED_ENABLE
|
||||
# include "sleep_led.h"
|
||||
#endif
|
||||
|
|
|
@ -77,10 +77,6 @@ extern keymap_config_t keymap_config;
|
|||
# include "virtser.h"
|
||||
#endif
|
||||
|
||||
#if defined(RGBLIGHT_ENABLE)
|
||||
# include "rgblight.h"
|
||||
#endif
|
||||
|
||||
#ifdef MIDI_ENABLE
|
||||
# include "qmk_midi.h"
|
||||
#endif
|
||||
|
|
|
@ -21,9 +21,6 @@
|
|||
#include "uart.h"
|
||||
#include "debug.h"
|
||||
|
||||
#if defined(RGBLIGHT_ENABLE)
|
||||
# include "rgblight.h"
|
||||
#endif
|
||||
|
||||
#define UART_BAUD_RATE 115200
|
||||
|
||||
|
|
Loading…
Reference in a new issue