Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-02-08 | 1 | -2/+2 |
|\ | |||||
| * | changed the undefined ON and OFF parameters to thedefined constant (#19772) | soggywhale | 2023-02-08 | 1 | -2/+2 |
| | | |||||
* | | Move MIDI code out of tmk_core (#19704) | Ryan | 2023-01-30 | 1 | -4/+4 |
|/ | |||||
* | Normalise MIDI keycodes (#18972) | Ryan | 2022-11-07 | 1 | -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 Barnes | 2022-06-14 | 1 | -0/+4 |
| | | | Add caveat about usb endpoints. | ||||
* | Move Doxygen docs to subdirectory (#16561) | Ryan | 2022-03-07 | 1 | -3/+3 |
| | |||||
* | [Docs] Clean up some code block languages (#14434) | Ryan | 2021-09-14 | 1 | -1/+1 |
| | |||||
* | [Docs] added basic midi documention of common features (#13113) | wxyangf | 2021-06-06 | 1 | -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> |