summaryrefslogtreecommitdiffstats
path: root/keyboards/dz60/keymaps/mpaarating/keymap.c
Commit message (Collapse)AuthorAgeFilesLines
* Reworked backlight keycodes. (#18961)Nick Brassel2022-11-061-1/+1
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* Remove legacy keycodes, part 4 (#18683)Ryan2022-10-131-2/+2
| | | | | | | | | | | * `KC_PGDOWN` -> `KC_PGDN` * `KC_PSCREEN` -> `KC_PSCR` * `KC_SCOLON` -> `KC_SCLN` * `KC_BSLASH` -> `KC_BSLS` * `KC_BSPACE` -> `KC_BSPC`
* [Keymap] Add DZ60 layout that supports a hybrid hhkb layout (#6235)Alex Lewis2019-07-031-0/+24
* adds support for dz60 with 2 function keys * fix images for readme * Update readme.md * block comment and readme cleanup