8 Commits (dff9ee25e23536366d92e55d532f433dd8426db9)

Author SHA1 Message Date
QMK Bot 650864c27d Merge remote-tracking branch 'origin/master' into develop 3 years ago
soggywhale a7febfbb62
changed the undefined ON and OFF parameters to thedefined constant (#19772) 3 years ago
Ryan 242b80c63f
Move MIDI code out of tmk_core (#19704) 3 years ago
Ryan 8b658dcc9a
Normalise MIDI keycodes (#18972)
* `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
3 years ago
Tom Barnes 026d0e8bf1
Update feature_midi.md (#17390)
Add caveat about usb endpoints.
4 years ago
Ryan 75544d9127
Move Doxygen docs to subdirectory (#16561) 4 years ago
Ryan b56282756b
[Docs] Clean up some code block languages (#14434) 4 years ago
wxyangf b10728edc1
[Docs] added basic midi documention of common features (#13113)
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>
5 years ago