浏览代码

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