summaryrefslogtreecommitdiffstats
path: root/docs/feature_midi.md
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-02-081-2/+2
|\
| * changed the undefined ON and OFF parameters to thedefined constant (#19772)soggywhale2023-02-081-2/+2
| |
* | Move MIDI code out of tmk_core (#19704)Ryan2023-01-301-4/+4
|/
* Normalise MIDI keycodes (#18972)Ryan2022-11-071-153/+153
| | | | | | | | | | | | | | | | | | | | | * `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
* Update feature_midi.md (#17390)Tom Barnes2022-06-141-0/+4
| | | Add caveat about usb endpoints.
* Move Doxygen docs to subdirectory (#16561)Ryan2022-03-071-3/+3
|
* [Docs] Clean up some code block languages (#14434)Ryan2021-09-141-1/+1
|
* [Docs] added basic midi documention of common features (#13113)wxyangf2021-06-061-0/+260
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>