summaryrefslogtreecommitdiff
path: root/keyboards/maple_computing/minidox/keymaps/dustypomerleau/keymap.c
AgeCommit message (Collapse)Author
2022-12-30Remove useless line continuations (#19399)Ryan
2022-12-14Tap Dance: remove `qk_` prefix (#19313)Ryan
2022-10-19Remove legacy Debug keycode (#18769)Ryan
* `DEBUG` -> `DB_TOGG`, default-ish keymaps * `DEBUG` -> `DB_TOGG`, user keymaps * `DEBUG` -> `DB_TOGG`, community layouts * `DEBUG` -> `DB_TOGG`, userspace * `DEBUG` -> `DB_TOGG`, docs & core
2022-10-11Remove legacy keycodes, part 3 (#18669)Ryan
* `KC__VOLDOWN` -> `KC_VOLD` * `KC__VOLUP` -> `KC_VOLU` * `KC__MUTE` -> `KC_MUTE` * `KC_POWER` -> `KC_PWR`
2022-08-21RESET -> QK_BOOT user keymaps (#17940)Joel Challis
2022-01-30[Keyboard] move That-Canadian 's boards into /maple_computing (#16050)peepeetee