소스 검색

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