diff options
author | 2015-08-20 00:42:08 -0400 | |
---|---|---|
committer | 2015-08-20 00:42:08 -0400 | |
commit | e528087ee539fda2f13795d4a6c03403faef44d5 (patch) | |
tree | 6f80bd86bdd5e5a044deee9bb195c0ecc9bfd670 /protocol/lufa.mk | |
parent | 2d76b5c3d421c984f6b4b9da757383cc87e3f808 (diff) | |
download | qmk_firmware-e528087ee539fda2f13795d4a6c03403faef44d5.tar.gz |
midi
Diffstat (limited to 'protocol/lufa.mk')
-rw-r--r-- | protocol/lufa.mk | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/protocol/lufa.mk b/protocol/lufa.mk index ac70ac039..74a8bef3c 100644 --- a/protocol/lufa.mk +++ b/protocol/lufa.mk @@ -19,7 +19,12 @@ endif LUFA_SRC = $(LUFA_DIR)/lufa.c \ $(LUFA_DIR)/descriptor.c \ - $(LUFA_SRC_USB) + $(LUFA_SRC_USB) \ + $(LUFA_DIR)/midi/midi.c \ + $(LUFA_DIR)/midi/midi_device.c \ + $(LUFA_DIR)/midi/bytequeue/bytequeue.c \ + $(LUFA_DIR)/midi/bytequeue/interrupt_setting.c \ + $(LUFA_DIR)/LUFA-git/LUFA/Drivers/USB/Class/Device/MIDIClassDevice.c SRC += $(LUFA_SRC) |