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:
Takeshi ISHII 2020-03-16 18:26:32 +09:00 committed by GitHub
parent 2a31fbf9a6
commit 9dfebb9d67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 10 deletions

View File

@ -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

View File

@ -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

View File

@ -21,9 +21,6 @@
#include "uart.h"
#include "debug.h"
#if defined(RGBLIGHT_ENABLE)
# include "rgblight.h"
#endif
#define UART_BAUD_RATE 115200