summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/dactyl_manuform/dmote/62key/keymaps/default
Commit message (Collapse)AuthorAgeFilesLines
* Normalise Space Cadet keycodes (#18864)Ryan2022-10-271-2/+2
|
* 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`
* Remove legacy USE_SERIAL define (#18292)Dasky2022-09-061-2/+0
| | | | | * Remove legacy USE_SERIAL define * tidy up missed comments
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-151-1/+1
|
* Dactyl Manuform cleanup (#13686)Ryan2021-07-271-72/+68
|
* Normalise include statements in keyboard code (#11185)Ryan2020-12-161-2/+2
|
* Remove keymap_config extern from default keymaps (#7399)Drashna Jaelre2019-11-201-1/+0
| | | | | | | | | | * 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>
* [Keyboard] Added DMOTE (#6087)Viktor Eikman2019-06-062-0/+151
* Added DMOTE as a variant of the Dactyl-ManuForm, with slight changes to prior code organization to reflect differences.