diff options
Diffstat (limited to 'tmk_core/protocol/vusb')
-rw-r--r-- | tmk_core/protocol/vusb/main.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tmk_core/protocol/vusb/main.c b/tmk_core/protocol/vusb/main.c index 6b3f09bc3e..068c4d8f3d 100644 --- a/tmk_core/protocol/vusb/main.c +++ b/tmk_core/protocol/vusb/main.c @@ -21,10 +21,6 @@ #include "uart.h" #include "debug.h" -#if defined(RGBLIGHT_ENABLE) -# include "rgblight.h" -#endif - #define UART_BAUD_RATE 115200 /* This is from main.c of USBaspLoader */ |