]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Disables sleep LED by default
authorErez Zukerman <ezuk@madmimi.com>
Sat, 24 Sep 2016 00:57:36 +0000 (20:57 -0400)
committerErez Zukerman <ezuk@madmimi.com>
Sat, 24 Sep 2016 00:57:36 +0000 (20:57 -0400)
keyboards/ergodox/ez/rules.mk

index 37e554b30457804a43576c2c13856f5ab6ee35dc..a9715beb8573d3c86b031036aeb728faec2a88cb 100644 (file)
@@ -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