Fixes midi functionality
This commit is contained in:
parent
4aa7d2e206
commit
8b94e26d7c
5 changed files with 17 additions and 17 deletions
2
Makefile
2
Makefile
|
@ -181,7 +181,7 @@ endif
|
|||
|
||||
ifeq ($(strip $(MIDI_ENABLE)), yes)
|
||||
OPT_DEFS += -DMIDI_ENABLE
|
||||
SRC += $(QUANTUM_DIR)/process_keycode/process_audio.c
|
||||
SRC += $(QUANTUM_DIR)/process_keycode/process_midi.c
|
||||
endif
|
||||
|
||||
ifeq ($(strip $(AUDIO_ENABLE)), yes)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue