Skip to content

Commit

Permalink
Flips off MIDI and API_SYSEX
Browse files Browse the repository at this point in the history
  • Loading branch information
ezuk committed Dec 19, 2016
1 parent 8e28bf3 commit 2973158
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion keyboards/ergodox/ez/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion keyboards/ergodox/ez/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2973158

Please sign in to comment.