Move MIDI code out of tmk_core (#19704)
This commit is contained in:
parent
968cc1fe7b
commit
242b80c63f
20 changed files with 11 additions and 23 deletions
|
@ -15,7 +15,3 @@ VPATH += $(TMK_PATH)/$(CHIBIOS_DIR)/lufa_utils
|
|||
|
||||
OPT_DEFS += -DFIXED_CONTROL_ENDPOINT_SIZE=64
|
||||
OPT_DEFS += -DFIXED_NUM_CONFIGURATIONS=1
|
||||
|
||||
ifeq ($(strip $(MIDI_ENABLE)), yes)
|
||||
include $(TMK_PATH)/protocol/midi.mk
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue