diff options
author | Don Armstrong <don@donarmstrong.com> | 2017-10-27 13:46:51 -0700 |
---|---|---|
committer | Don Armstrong <don@donarmstrong.com> | 2017-10-27 13:46:51 -0700 |
commit | 0bb457e573e85b3b8f364efdff1eb0c5e4717df9 (patch) | |
tree | fb4269c12c6a739908e2b31254a344f61a27dc6a | |
parent | 364aeeec53b56efae45594940f1b634e7f16d69c (diff) | |
download | qmk_firmware-0bb457e573e85b3b8f364efdff1eb0c5e4717df9.tar.gz qmk_firmware-0bb457e573e85b3b8f364efdff1eb0c5e4717df9.zip |
document how to define LEFT_LEDS and how that hack is done
-rw-r--r-- | keyboards/ergodox_ez/rules.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/ergodox_ez/rules.mk b/keyboards/ergodox_ez/rules.mk index e0111272a5..3d6b18fea9 100644 --- a/keyboards/ergodox_ez/rules.mk +++ b/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. |