summaryrefslogtreecommitdiff
path: root/docs/feature_midi.md
AgeCommit message (Collapse)Author
2023-02-08Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-02-08changed the undefined ON and OFF parameters to thedefined constant (#19772)soggywhale
2023-01-30Move MIDI code out of tmk_core (#19704)Ryan
2022-11-07Normalise MIDI keycodes (#18972)Ryan
* `MI_ON`, `MI_OFF`, `MI_TOG` -> `MI_TOGG` * `MI_CH*`, `MI_CHU` -> `MI_CHNU`, `MI_CHD` -> `MI_CHND` * `MI_VEL_*` -> `MI_VL*`, `MI_VELU`, `MI_VELD` * `MI_TRNS_*` -> `MI_TR*`, `MI_TRNSU` -> `MI_TRSU`, `MI_TRNSD` -> `MI_TRSD` * `MI_OCT_*` -> `MI_OC*`, `MI_OCTU`, `MI_OCTD` * Misc controls * Note keycodes * Add legacy keycodes * Regenerate keycodes * Typo
2022-06-14Update feature_midi.md (#17390)Tom Barnes
Add caveat about usb endpoints.
2022-03-07Move Doxygen docs to subdirectory (#16561)Ryan
2021-09-14[Docs] Clean up some code block languages (#14434)Ryan
2021-06-06[Docs] added basic midi documention of common features (#13113)wxyangf
Co-authored-by: precondition <57645186+precondition@users.noreply.github.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com>