diff options
author | Erez Zukerman <bulk@ezuk.org> | 2017-10-31 11:33:09 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-31 11:33:09 -0700 |
commit | bc98b0d9eb5eb1a4df140ab6e2158904e5e100e5 (patch) | |
tree | 1b2386448402419c79dfa8b447598f7cd2c9141d /keyboards/ergodox_ez/rules.mk | |
parent | 38261920a9c082ceede0d9d31e3a94b9f520e7c8 (diff) | |
parent | 0bb457e573e85b3b8f364efdff1eb0c5e4717df9 (diff) |
Merge pull request #1915 from dondelelcaro/ergodox_ez_left_leds
Ergodox ez left leds support
Diffstat (limited to 'keyboards/ergodox_ez/rules.mk')
-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. |