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 /keyboards | |
| 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
Diffstat (limited to 'keyboards')
| -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 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 |
| 67 | OPT_DEFS += -DBOOTLOADER_SIZE=512 | 67 | OPT_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. |
