From: Erez Zukerman Date: Sat, 24 Sep 2016 00:57:36 +0000 (-0400) Subject: Disables sleep LED by default X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1a96b2cdc8895bd9f219e6c793aeee6ff7ce81f6;p=qmk_firmware.git Disables sleep LED by default --- diff --git a/keyboards/ergodox/ez/rules.mk b/keyboards/ergodox/ez/rules.mk index 37e554b30..a9715beb8 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