forked from mirrors/qmk_userspace
Move MIDI code out of tmk_core (#19704)
This commit is contained in:
parent
968cc1fe7b
commit
242b80c63f
20 changed files with 11 additions and 23 deletions
|
@ -250,10 +250,10 @@ For the above, the `MI_C` keycode will produce a C3 (note number 48), and so on.
|
|||
|
||||
* `quantum/process_keycode/process_midi.c`
|
||||
* `quantum/quantum_keycodes.h`
|
||||
* `tmk_core/protocol/midi.h`
|
||||
* `tmk_core/protocol/midi.c`
|
||||
* `tmk_core/protocol/qmk_midi.c`
|
||||
* `tmk_core/protocol/midi_device.h`
|
||||
* `quantum/midi/midi.h`
|
||||
* `quantum/midi/midi.c`
|
||||
* `quantum/midi/qmk_midi.c`
|
||||
* `quantum/midi/midi_device.h`
|
||||
|
||||
<!--
|
||||
#### QMK Internals (Autogenerated)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue