summaryrefslogtreecommitdiff
path: root/keyboards/planck/keymaps/dear_vehicle_owner
Commit message (Collapse)AuthorAge
* Remove legacy Debug keycode (#18769)Ryan2022-10-19
| | | | | | | | | | | * `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
* Remove remaining use of terminal keys and related comment labels (#18402)Johannes Löthberg2022-09-29
|
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-21
|
* Remove deprecated callbacks for encoders and dip switches (#13404)Drashna Jaelre2021-07-24
|
* Convert Dip Switch callbacks to boolean functions (#13399)Drashna Jaelre2021-07-01
|
* Convert Encoder callbacks to be boolean functions (#12805)Drashna Jaelre2021-05-21
| | | Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* added dear_vehicle_owner meme keymap to planck keyboard (#11478)Timothy Beck2021-02-12
* added default as a starting point * added readme per guidelines * made necessary changed to keymap to follow guidelines * changed debounce mode for more smooth usage at the cost of mem * increased polling interval * Revert "made necessary changed to keymap to follow guidelines" yikes! I modified the WRONG directory. reverted. This reverts commit 8ba3d97af538796d765c47b48537dbcf55c3dbc1. * reverted commit that modified file in incorrect directory. modified intended file. * added license tp config.h