diff options
Diffstat (limited to 'tmk_core/protocol/vusb/main.c')
-rw-r--r-- | tmk_core/protocol/vusb/main.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tmk_core/protocol/vusb/main.c b/tmk_core/protocol/vusb/main.c index 6b3f09bc3..469b2ecc5 100644 --- a/tmk_core/protocol/vusb/main.c +++ b/tmk_core/protocol/vusb/main.c | |||
@@ -21,9 +21,6 @@ | |||
21 | #include "uart.h" | 21 | #include "uart.h" |
22 | #include "debug.h" | 22 | #include "debug.h" |
23 | 23 | ||
24 | #if defined(RGBLIGHT_ENABLE) | ||
25 | # include "rgblight.h" | ||
26 | #endif | ||
27 | 24 | ||
28 | #define UART_BAUD_RATE 115200 | 25 | #define UART_BAUD_RATE 115200 |
29 | 26 | ||