]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Flips off MIDI and API_SYSEX
authorErez Zukerman <bulk@ezuk.org>
Mon, 19 Dec 2016 13:27:05 +0000 (08:27 -0500)
committerErez Zukerman <bulk@ezuk.org>
Mon, 19 Dec 2016 13:27:05 +0000 (08:27 -0500)
keyboards/ergodox/ez/Makefile
keyboards/ergodox/ez/rules.mk

index 9b6121e2c2131533b21d13b41e7b745997c22849..1098332b8abbc5e899ae4a3426df01ba6c855bfd 100644 (file)
@@ -1,7 +1,7 @@
 SLEEP_LED_ENABLE = no  # Breathing sleep LED during USB suspend
 COMMAND_ENABLE   = no  # Commands for debug and configuration
 RGBLIGHT_ENABLE ?= yes
-MIDI_ENABLE ?= yes
+MIDI_ENABLE ?= no
 
 ifndef MAKEFILE_INCLUDED
        include ../../../Makefile
index 893cfa7a848ebf2841db57ec83ae377c39a09f64..64b2db8158e398a395c9db5080711cc370264b63 100644 (file)
@@ -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