diff options
author | Ryan <fauxpark@gmail.com> | 2021-10-06 19:34:46 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-06 19:34:46 +1100 |
commit | d8f0c8783a0da2e5f49d10bb0119a5be7bb4b261 (patch) | |
tree | c2e7a99d6cf3d67dd3ee60975865264d94c55ce6 /common_features.mk | |
parent | a94c6fa620ce8daf6436773accec89965c675ce5 (diff) |
Remove sysex API (#14723)
Diffstat (limited to 'common_features.mk')
-rw-r--r-- | common_features.mk | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/common_features.mk b/common_features.mk index d7b0f826aa..e3b42a9614 100644 --- a/common_features.mk +++ b/common_features.mk @@ -46,14 +46,6 @@ else ifeq ($(strip $(DEBUG_MATRIX_SCAN_RATE_ENABLE)), api) OPT_DEFS += -DDEBUG_MATRIX_SCAN_RATE endif -ifeq ($(strip $(API_SYSEX_ENABLE)), yes) - OPT_DEFS += -DAPI_SYSEX_ENABLE - OPT_DEFS += -DAPI_ENABLE - MIDI_ENABLE=yes - SRC += $(QUANTUM_DIR)/api/api_sysex.c - SRC += $(QUANTUM_DIR)/api.c -endif - ifeq ($(strip $(COMMAND_ENABLE)), yes) SRC += $(QUANTUM_DIR)/command.c OPT_DEFS += -DCOMMAND_ENABLE |