summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/dactyl_manuform/4x5/keymaps/ibnuda/keymap.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove `KC_DELT` (#18882)Ryan2022-10-271-1/+1
|
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-151-1/+1
| | | | | * `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`
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-211-1/+1
|
* [Keymap] reflects current rick's keymap (#14169)Ibnu Daru Aji2021-08-311-22/+21
|
* [Keymap] new userspace for ibnuda (#8221)Ibnu Daru Aji2020-03-031-0/+61
* to ease the maintenance for some boards ibnuda has. * followed ridingqwerty's suggestion on 8821. * folloing drashna's suggestion on qmk's 8221. * following drashn's suggestion on qmk's 8211