summaryrefslogtreecommitdiffstats
path: root/keyboards/keebio/iris/keymaps/jasonkrasavage/keymap.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove legacy Grave Escape keycodes (#18787)Ryan2022-10-201-1/+1
|
* Remove legacy keycodes, part 2 (#18660)Ryan2022-10-101-2/+2
| | | | | | | | | | | | | | | | | | | * `KC_SYSREQ` -> `KC_SYRQ` And one `KC_ALT_ERASE` -> `KC_ERAS` * `KC_NONUS_BSLASH` -> `KC_NUBS` * `KC_NUMLOCK` -> `KC_NUM` * `KC_CLCK` -> `KC_CAPS` * `KC_SCROLLLOCK` -> `KC_SCRL` * `KC_LBRACKET` -> `KC_LBRC` * `KC_RBRACKET` -> `KC_RBRC` * `KC_CAPSLOCK` -> `KC_CAPS`
* [Keymap] Added my own keymap folder (#6261)Jason Krasavage2019-07-081-0/+44
* added iris rev 3 keymap * stuff * Update config.h * Removed personal mapping folder so that I can branch it * Added personal Iris keymap folder * added enums, removed break after return, and removed line 3 of keymap.c * removed process record function