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
2022-11-07 02:26:15 +00:00
..
2022-10-31 21:15:12 +00:00
2022-05-30 22:38:08 -07:00
2022-10-27 19:33:38 +01:00
2022-10-27 23:50:14 +01:00
2022-10-27 19:33:38 +01:00
2022-10-19 11:33:05 +01:00
2022-10-27 23:50:14 +01:00
2022-10-15 22:22:59 +01:00
2022-10-31 21:15:12 +00:00
2022-11-06 08:11:59 +11:00
2022-10-31 21:15:12 +00:00
2022-10-31 21:15:12 +00:00
2022-10-27 23:50:14 +01:00
2022-10-31 21:15:12 +00:00

User space

This is a place for users to put code that they might use between keyboards. If you build the keymap mine, /users/mine/rules.mk will be included in your build, and /users/mine/ will be in your path - keep these things in mind when naming your files and referencing them from other places.