Disables sleep LED by default

master
Erez Zukerman 2016-09-23 20:57:36 -04:00
parent ce6a9a6c38
commit 1a96b2cdc8
1 changed files with 2 additions and 0 deletions

View 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