Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-22 | Update use of legacy keycodes (#19120) | Joel Challis | |
2022-10-11 | Remove legacy keycodes, part 3 (#18669) | Ryan | |
* `KC__VOLDOWN` -> `KC_VOLD` * `KC__VOLUP` -> `KC_VOLU` * `KC__MUTE` -> `KC_MUTE` * `KC_POWER` -> `KC_PWR` | |||
2022-09-29 | Remove remaining use of terminal keys and related comment labels (#18402) | Johannes Löthberg | |
2022-08-21 | RESET -> QK_BOOT user keymaps (#17940) | Joel Challis | |
2021-07-24 | Remove deprecated callbacks for encoders and dip switches (#13404) | Drashna Jaelre | |
2021-07-19 | [Bug] Develop - Change uint32_t to layer_state_t (#13596) | Xelus22 | |
* fix sat75 * update uint32_t to layer_state | |||
2021-05-21 | Convert Encoder callbacks to be boolean functions (#12805) | Drashna Jaelre | |
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> | |||
2019-10-18 | [Keymap] Custom Planck layout for the Planck (#7036) | Andy Smith | |
* Version 1 of keymappings * Adding updated keymappings * Adding hash/pound symbol to layer * Removing broken macros * Adding to readme. Amending value of pound sign * Changing language in readme * Addressing PR comments. Removing unneeded code, corrected syntax * Removing commented out code and fixing white space issues * Small clean up to readme |