forked from mirror/qmk_firmware
Removed mostly useless "TestApp" demo, as it was mainly useful only for checking for sytax errors in the library.
MIDI device demos now receive MIDI events from the host and display note ON messages via the board LEDs. Added beginnings of a MIDI class bootloader.
This commit is contained in:
@@ -19,11 +19,12 @@ all:
|
||||
|
||||
make -C 'CDC/' clean
|
||||
make -C 'CDC/' all
|
||||
|
||||
|
||||
make -C 'TeensyHID/' clean
|
||||
make -C 'TeensyHID/' all
|
||||
|
||||
%:
|
||||
make -C 'DFU/' $@
|
||||
make -C 'CDC/' $@
|
||||
make -C 'MIDI/' $@
|
||||
make -C 'TeensyHID/' $@
|
||||
|
||||
Reference in New Issue
Block a user