summaryrefslogtreecommitdiff
path: root/keyboards/handwired/dactyl_manuform/dmote/62key/keymaps
AgeCommit message (Collapse)Author
2023-09-20Modernize `dactyl_manuform/dmote` keyboard (#20427)Duncan Sutherland
Co-authored-by: Ryan <fauxpark@gmail.com>
2022-10-27Normalise Space Cadet keycodes (#18864)Ryan
2022-10-10Remove legacy keycodes, part 2 (#18660)Ryan
* `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`
2022-09-06Remove legacy USE_SERIAL define (#18292)Dasky
* Remove legacy USE_SERIAL define * tidy up missed comments
2022-05-15RESET -> QK_BOOT default keymaps (#17037)Joel Challis
2021-07-27Dactyl Manuform cleanup (#13686)Ryan
2020-12-16Normalise include statements in keyboard code (#11185)Ryan
2019-11-20Remove keymap_config extern from default keymaps (#7399)Drashna Jaelre
* Remove keymap_config extern from default keymaps * Revert unicode Apparently VSCode does not like unicode, I didn't actually edit these lines, so it must have been automatic... :( Co-Authored-By: fauxpark <fauxpark@gmail.com>
2019-06-06[Keyboard] Added DMOTE (#6087)Viktor Eikman
* Added DMOTE as a variant of the Dactyl-ManuForm, with slight changes to prior code organization to reflect differences.