Преглед изворни кода

Disables sleep LED by default

Erez Zukerman пре 8 година
родитељ
комит
1a96b2cdc8
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      keyboards/ergodox/ez/rules.mk

+ 2 - 0
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