summaryrefslogtreecommitdiffstats
path: root/keyboards/bpiphany/kitten_paw/keymaps
Commit message (Collapse)AuthorAgeFilesLines
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-152-4/+4
| | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* Remove legacy keycodes, part 2 (#18660)Ryan2022-10-101-1/+1
| | | | | | | | | | | | | | | | | | | * `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`
* Make default layer size 16-bit (#15286)Drashna Jaelre2022-06-191-2/+2
| | | Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* Remove unnecessary backslash-escapes in default keymaps (#15472)Ryan2021-12-141-6/+6
| | | | | | | * Remove unnecessary backslash-escapes in default keymaps * Remove unnecessary backslash-escapes in via keymaps * Remove unnecessary backslash-escapes in default-ish keymaps
* Remove empty override functions (#14312)Ryan2021-09-051-16/+0
| | | | | | | | | | | | | | | | | * Remove empty override functions, 0-9 * Remove empty override functions, A-D * Remove empty override functions, E-H * Remove empty override functions, handwired * Remove empty override functions, I-L * Remove empty override functions, M-P * Remove empty override functions, Q-T * Remove empty override functions, U-Z
* Migrate more `fn_actions` stuff (#13502)Ryan2021-07-151-97/+57
|
* Remove/migrate action_get_macro()s from default keymaps (#5625)fauxpark2019-07-151-16/+0
| | | | | | * Remove/migrate action_get_macro()s from default keymaps * Leave these breaks alone
* Migrate ACTION_LAYER_TAP_TOGGLEs to TT()fauxpark2019-02-181-4/+2
|
* Remove redundant KC_TRNS and KC_NO fillers in remaining keymaps (#5154)fauxpark2019-02-171-2/+0
|
* Add C(), A() and G() to match already existing S() (#4673)fauxpark2019-01-251-3/+4
|
* Remove empty fn_actions[]fauxpark2019-01-111-5/+1
|
* Keyboard: Move Bathroom Epiphany boards into its own directory (#3936)MechMerlin2018-09-194-0/+342
* make bpiphany directory with simple readme file * move unloved_bastard to bpiphany directory * move frosty_flake to bpiphany directory * move pegasushoof to bpiphany directory * move tiger_lily to bpiphany directory * add a little more info to readme * move kitten_paw to bpiphany directory * update make instructions * update intro text * add missing routines to matrix.c of unloved_bastard * add missing routines