Преглед на файлове

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