diff options
author | Erez Zukerman <ezuk@madmimi.com> | 2016-09-23 20:57:36 -0400 |
---|---|---|
committer | Erez Zukerman <ezuk@madmimi.com> | 2016-09-23 20:57:36 -0400 |
commit | 1a96b2cdc8895bd9f219e6c793aeee6ff7ce81f6 (patch) | |
tree | 4aa37b4fe2672373364da9c0ce0ce166eb34f4f0 | |
parent | ce6a9a6c38a3efb2b3d403d5b3549b2190102cf3 (diff) |
Disables sleep LED by default
-rw-r--r-- | keyboards/ergodox/ez/rules.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/ergodox/ez/rules.mk b/keyboards/ergodox/ez/rules.mk index 37e554b304..a9715beb85 100644 --- a/keyboards/ergodox/ez/rules.mk +++ b/keyboards/ergodox/ez/rules.mk @@ -71,6 +71,8 @@ OPT_DEFS += -DBOOTLOADER_SIZE=512 # comment out to disable the options. # +SLEEP_LED_ENABLE = no + ifndef QUANTUM_DIR include ../../../Makefile endif |