diff options
Diffstat (limited to 'tmk_core/protocol/midi.mk')
-rw-r--r-- | tmk_core/protocol/midi.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tmk_core/protocol/midi.mk b/tmk_core/protocol/midi.mk index 4855b23d3..a5f76b2d3 100644 --- a/tmk_core/protocol/midi.mk +++ b/tmk_core/protocol/midi.mk | |||
@@ -5,6 +5,7 @@ SRC += midi.c \ | |||
5 | bytequeue/bytequeue.c \ | 5 | bytequeue/bytequeue.c \ |
6 | bytequeue/interrupt_setting.c \ | 6 | bytequeue/interrupt_setting.c \ |
7 | sysex_tools.c \ | 7 | sysex_tools.c \ |
8 | qmk_midi.c \ | ||
8 | $(LUFA_SRC_USBCLASS) | 9 | $(LUFA_SRC_USBCLASS) |
9 | 10 | ||
10 | VPATH += $(TMK_PATH)/$(MIDI_DIR) \ No newline at end of file | 11 | VPATH += $(TMK_PATH)/$(MIDI_DIR) |