summaryrefslogtreecommitdiff
path: root/keyboards/preonic/keymaps/mverteuil_2x2u
Commit message (Collapse)AuthorAge
* Remove legacy keycodes, part 2 (#18660)Ryan2022-10-10
| | | | | | | | | | | | | | | | | | | * `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 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
|
* 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>
* Remove `MIDI_ENABLE_STRICT` from user keymaps (#11750)Ryan2021-02-06
|
* [Keymap] Added mverteuil keymaps and userspace common code (#7876)M. de Verteuil2020-01-18
* Added mverteuil content - Userspace - Knops keymap - Preonic keymaps * Simplified and replaced some magic numbers * Convert tabs to spaces * Clean up LED handling, better animation, better layer init * Use get_highest_layer per @drashna suggestion * Reorder prototypes/reformat * Simplified/more expessive and fixed initial layer LED * Remove changes to git ignored files