diff options
| author | Zay950 <Zay950@users.noreply.github.com> | 2017-03-29 12:00:38 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-29 12:00:38 -0700 |
| commit | 2366ebfbbdeb6ec29cc9a0facda44d666305dd6e (patch) | |
| tree | 883efed0b7260f3143f5a2a879bc3844a8255e0b /tmk_core/protocol/midi.mk | |
| parent | 80c5ada3394c5ad8087df00ef878eb2cbcd87d70 (diff) | |
| parent | 942f2ccee44bdb2e251553e9730cd8d59307d8b2 (diff) | |
| download | qmk_firmware-2366ebfbbdeb6ec29cc9a0facda44d666305dd6e.tar.gz qmk_firmware-2366ebfbbdeb6ec29cc9a0facda44d666305dd6e.zip | |
Merge branch 'master' into to_push
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 c85ae42ff..4855b23d3 100644 --- a/tmk_core/protocol/midi.mk +++ b/tmk_core/protocol/midi.mk | |||
| @@ -4,6 +4,7 @@ SRC += midi.c \ | |||
| 4 | midi_device.c \ | 4 | midi_device.c \ |
| 5 | bytequeue/bytequeue.c \ | 5 | bytequeue/bytequeue.c \ |
| 6 | bytequeue/interrupt_setting.c \ | 6 | bytequeue/interrupt_setting.c \ |
| 7 | sysex_tools.c \ | ||
| 7 | $(LUFA_SRC_USBCLASS) | 8 | $(LUFA_SRC_USBCLASS) |
| 8 | 9 | ||
| 9 | VPATH += $(TMK_PATH)/$(MIDI_DIR) \ No newline at end of file | 10 | VPATH += $(TMK_PATH)/$(MIDI_DIR) \ No newline at end of file |
