diff options
| author | Jack Humbert | 2016-11-23 06:30:06 +0100 |
|---|---|---|
| committer | Jack Humbert | 2016-11-23 06:30:06 +0100 |
| commit | 3d7aaa31e41a9c96e785b0c089d74dfda525dfbe (patch) | |
| tree | 453bb71346be308db1f7af935cb0ebb102b6d1ba /tmk_core/protocol/midi.mk | |
| parent | 450a8fb5b61de8166fe21eb4f57e1c00514afe32 (diff) | |
converted to 8bit messages
Diffstat (limited to 'tmk_core/protocol/midi.mk')
| -rw-r--r-- | tmk_core/protocol/midi.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tmk_core/protocol/midi.mk b/tmk_core/protocol/midi.mk index c85ae42ff2..4855b23d30 100644 --- a/tmk_core/protocol/midi.mk +++ b/tmk_core/protocol/midi.mk @@ -4,6 +4,7 @@ SRC += midi.c \ midi_device.c \ bytequeue/bytequeue.c \ bytequeue/interrupt_setting.c \ + sysex_tools.c \ $(LUFA_SRC_USBCLASS) VPATH += $(TMK_PATH)/$(MIDI_DIR)
\ No newline at end of file |