Browse Source

Disables sleep LED by default

Erez Zukerman 8 năm trước cách đây
mục cha
commit
1a96b2cdc8
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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