summaryrefslogtreecommitdiff
path: root/users/miles2go/milestogo.h
AgeCommit message (Collapse)Author
2023-01-29Remove deprecated Quantum keycodes (#19712)Ryan
2022-11-15Fix some old keycodes (#19086)Ryan
2022-10-16Remove legacy keycodes, part 6 (#18740)Ryan
* `KC_RSHIFT` -> `KC_RSFT` * `KC_RCTRL` -> `KC_RCTL` * `KC_LSHIFT` -> `KC_LSFT` * `KC_LCTRL` -> `KC_LCTL`
2021-03-14[Keymap] miles2go userspace update, add functions for babblepaste library, ↵milestogo
add prime_e keybard keymap (#9196) Co-authored-by: Drashna Jaelre <drashna@live.com>
2020-05-08[Keymap] initial user directory for milestogo + babblepaste (#7698)milestogo
* initial user directory * fix missing endif in vi mode * fix includes per drashna and a few typos. I have not tested the userspace keymap, it is just there to help keep the user space and keymap in sync * move babblepaste docs to md format * clean up block quotes * TIL clang-format - miles2go userspace