aboutsummaryrefslogtreecommitdiff
path: root/keyboards
diff options
context:
space:
mode:
authorDon Armstrong <don@donarmstrong.com>2017-10-27 13:46:51 -0700
committerDon Armstrong <don@donarmstrong.com>2017-10-27 13:46:51 -0700
commit0bb457e573e85b3b8f364efdff1eb0c5e4717df9 (patch)
treefb4269c12c6a739908e2b31254a344f61a27dc6a /keyboards
parent364aeeec53b56efae45594940f1b634e7f16d69c (diff)
downloadqmk_firmware-0bb457e573e85b3b8f364efdff1eb0c5e4717df9.tar.gz
qmk_firmware-0bb457e573e85b3b8f364efdff1eb0c5e4717df9.zip
document how to define LEFT_LEDS and how that hack is done
Diffstat (limited to 'keyboards')
-rw-r--r--keyboards/ergodox_ez/rules.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/ergodox_ez/rules.mk b/keyboards/ergodox_ez/rules.mk
index e0111272a..3d6b18fea 100644
--- a/keyboards/ergodox_ez/rules.mk
+++ b/keyboards/ergodox_ez/rules.mk
@@ -66,6 +66,10 @@ OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
66# USBaspLoader 2048 66# USBaspLoader 2048
67OPT_DEFS += -DBOOTLOADER_SIZE=512 67OPT_DEFS += -DBOOTLOADER_SIZE=512
68 68
69# If you have Left LEDs (see
70# https://geekhack.org/index.php?topic=22780.msg873819#msg873819 for
71# details), include the following define:
72# OPT_DEFS += -DLEFT_LEDS
69 73
70# Build Options 74# Build Options
71# comment out to disable the options. 75# comment out to disable the options.