浏览代码

document how to define LEFT_LEDS and how that hack is done

Don Armstrong 7 年之前
父节点
当前提交
0bb457e573
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      keyboards/ergodox_ez/rules.mk

+ 4 - 0
keyboards/ergodox_ez/rules.mk

@@ -66,6 +66,10 @@ OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
 #   USBaspLoader     2048
 OPT_DEFS += -DBOOTLOADER_SIZE=512
 
+# If you have Left LEDs (see
+# https://geekhack.org/index.php?topic=22780.msg873819#msg873819 for
+# details), include the following define:
+# OPT_DEFS += -DLEFT_LEDS
 
 # Build Options
 #   comment out to disable the options.