summaryrefslogtreecommitdiffstats
path: root/users/ridingqwerty/wrappers.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix some old keycodes (#19086)Ryan2022-11-151-1/+1
|
* Remove `KC_DELT` (#18882)Ryan2022-10-271-1/+1
|
* Remove legacy EEPROM clear keycodes (#18782)Ryan2022-10-201-1/+1
| | | | | | | | | | | * `EEP_RST` -> `EE_CLR`, default-ish keymaps * `EEP_RST` -> `EE_CLR`, user keymaps * `EEP_RST` -> `EE_CLR`, community layouts * `EEP_RST` -> `EE_CLR`, userspace * `EEP_RST` -> `EE_CLR`, docs & core
* Remove legacy Debug keycode (#18769)Ryan2022-10-191-1/+1
| | | | | | | | | | | * `DEBUG` -> `DB_TOGG`, default-ish keymaps * `DEBUG` -> `DB_TOGG`, user keymaps * `DEBUG` -> `DB_TOGG`, community layouts * `DEBUG` -> `DB_TOGG`, userspace * `DEBUG` -> `DB_TOGG`, docs & core
* ridingqwerty: userspace update (#8076)ridingqwerty2020-02-041-0/+156
* Userspace overhaul * Remove testing directory * Minorca keymap tweaks