summaryrefslogtreecommitdiffstats
path: root/tmk_core/protocol/midi/bytequeue/bytequeue.c
Commit message (Collapse)AuthorAgeFilesLines
* Move MIDI code out of tmk_core (#19704)Ryan2023-01-301-64/+0
|
* Format code according to conventions (#16322)QMK Bot2022-02-121-1/+3
|
* clang-format changesskullY2019-08-301-48/+45
|
* Cleans up quantum/keymap situation, removes extra lufa folders (#416)Jack Humbert2016-06-181-0/+65
* 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