aboutsummaryrefslogtreecommitdiff
path: root/tmk_core/protocol/midi/midi.c
Commit message (Collapse)AuthorAgeFilesLines
* Move MIDI code out of tmk_core (#19704)Ryan2023-01-301-247/+0
|
* Redefinition of MIN is avoided in midi.c (#18203)3araht2022-08-291-1/+3
|
* Format code according to conventions (#16322)QMK Bot2022-02-121-33/+97
|
* clang-format changesskullY2019-08-301-220/+124
|
* Cleans up quantum/keymap situation, removes extra lufa folders (#416)Jack Humbert2016-06-181-0/+277
* sorts out keycodes * move midi around * remove mbed * replaces keymap with qmk/keymap_common * fixes keymap.h * keymap, config, quantum rearrange * removes unneeded lufa stuff