diff options
Diffstat (limited to 'keyboards/winkeyless/bminiex/rules.mk')
-rw-r--r-- | keyboards/winkeyless/bminiex/rules.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/winkeyless/bminiex/rules.mk b/keyboards/winkeyless/bminiex/rules.mk index 2c999dcbf..df7124400 100644 --- a/keyboards/winkeyless/bminiex/rules.mk +++ b/keyboards/winkeyless/bminiex/rules.mk | |||
@@ -19,7 +19,6 @@ CONSOLE_ENABLE = no | |||
19 | DEBUG_ENABLE = no | 19 | DEBUG_ENABLE = no |
20 | COMMAND_ENABLE = no | 20 | COMMAND_ENABLE = no |
21 | BACKLIGHT_ENABLE = yes | 21 | BACKLIGHT_ENABLE = yes |
22 | BACKLIGHT_CUSTOM_DRIVER = yes | ||
23 | RGBLIGHT_ENABLE = yes | 22 | RGBLIGHT_ENABLE = yes |
24 | WS2812_DRIVER = i2c | 23 | WS2812_DRIVER = i2c |
25 | TAP_DANCE_ENABLE = no | 24 | TAP_DANCE_ENABLE = no |
@@ -28,5 +27,3 @@ TAP_DANCE_ENABLE = no | |||
28 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | 27 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
29 | 28 | ||
30 | OPT_DEFS = -DDEBUG_LEVEL=0 | 29 | OPT_DEFS = -DDEBUG_LEVEL=0 |
31 | |||
32 | SRC += backlight.c | ||