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