diff options
author | Erez Zukerman <bulk@ezuk.org> | 2016-12-19 08:27:05 -0500 |
---|---|---|
committer | Erez Zukerman <bulk@ezuk.org> | 2016-12-19 08:27:05 -0500 |
commit | 29731588b74d9a3416d42bc292b47b3634c772d7 (patch) | |
tree | b29ef63c97fe4be04416280fe24d67690489c382 /keyboards/ergodox/ez/rules.mk | |
parent | 8e28bf39d8a1eb22f5a5c09efa2c74cbf2120f71 (diff) |
Flips off MIDI and API_SYSEX
Diffstat (limited to 'keyboards/ergodox/ez/rules.mk')
-rw-r--r-- | keyboards/ergodox/ez/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/ergodox/ez/rules.mk b/keyboards/ergodox/ez/rules.mk index 893cfa7a84..64b2db8158 100644 --- a/keyboards/ergodox/ez/rules.mk +++ b/keyboards/ergodox/ez/rules.mk @@ -72,7 +72,7 @@ OPT_DEFS += -DBOOTLOADER_SIZE=512 # SLEEP_LED_ENABLE = no -API_SYSEX_ENABLE ?= yes +API_SYSEX_ENABLE ?= no RGBLIGHT_ENABLE ?= yes ifndef QUANTUM_DIR |