diff options
Diffstat (limited to 'keyboards/jj40/rules.mk')
-rw-r--r-- | keyboards/jj40/rules.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/jj40/rules.mk b/keyboards/jj40/rules.mk index 4b0a9e190..c39ebf222 100644 --- a/keyboards/jj40/rules.mk +++ b/keyboards/jj40/rules.mk @@ -35,6 +35,9 @@ RGBLIGHT_ENABLE = no RGBLIGHT_CUSTOM_DRIVER = no KEY_LOCK_ENABLE = yes +# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE +SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend + OPT_DEFS = -DDEBUG_LEVEL=0 OPT_DEFS += -DBOOTLOADER_SIZE=2048 |