diff options
author | RandTrawick <RandTrawick@gmail.com> | 2017-11-27 14:08:53 -0700 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-11-27 16:08:53 -0500 |
commit | 9113f3387a670373919fe62899b0ab27e9d89eba (patch) | |
tree | 45580652db3c2ef761b2c29ffc2b7f5c322e7877 /keyboards/jj40/rules.mk | |
parent | 0bd453b5276714b9a33c6a2060851ea5184c52b2 (diff) |
JJ40 updates (#2056)
* my bits
* fixed
safdb
* readme
* readme
* better name, fixed compile error
* fixed matrix user
* cleanup
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 4b0a9e1900..c39ebf2225 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 |