瀏覽代碼

Flips off MIDI and API_SYSEX

Erez Zukerman 8 年之前
父節點
當前提交
29731588b7
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      keyboards/ergodox/ez/Makefile
  2. 1 1
      keyboards/ergodox/ez/rules.mk

+ 1 - 1
keyboards/ergodox/ez/Makefile

@@ -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

+ 1 - 1
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