diff options
Diffstat (limited to 'keyboards/ymd75/rules.mk')
-rw-r--r-- | keyboards/ymd75/rules.mk | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/ymd75/rules.mk b/keyboards/ymd75/rules.mk index eb41e19cf..9d584b2b4 100644 --- a/keyboards/ymd75/rules.mk +++ b/keyboards/ymd75/rules.mk | |||
@@ -23,14 +23,8 @@ WS2812_DRIVER = i2c | |||
23 | NKRO_ENABLE = no | 23 | NKRO_ENABLE = no |
24 | # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 24 | # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
25 | 25 | ||
26 | |||
27 | DISABLE_WS2812 = no | 26 | DISABLE_WS2812 = no |
28 | 27 | ||
29 | KEY_LOCK_ENABLE = yes | 28 | KEY_LOCK_ENABLE = yes |
30 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 29 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
31 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | 30 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
32 | |||
33 | |||
34 | #OPT_DEFS = -DDEBUG_LEVEL=0 | ||
35 | |||
36 | SRC = backlight.c | ||