Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge upstream master to 2022 Q4 breaking change | lokher | 2022-12-07 | 1 | -377/+0 |
| | |||||
* | Update use of legacy keycodes (#19120) | Joel Challis | 2022-11-22 | 1 | -1/+1 |
| | |||||
* | Remove legacy keycodes, part 3 (#18669) | Ryan | 2022-10-11 | 1 | -4/+4 |
| | | | | | | | | | * `KC__VOLDOWN` -> `KC_VOLD` * `KC__VOLUP` -> `KC_VOLU` * `KC__MUTE` -> `KC_MUTE` * `KC_POWER` -> `KC_PWR` | ||||
* | Remove remaining use of terminal keys and related comment labels (#18402) | Johannes Löthberg | 2022-09-29 | 1 | -1/+1 |
| | |||||
* | RESET -> QK_BOOT user keymaps (#17940) | Joel Challis | 2022-08-21 | 1 | -1/+1 |
| | |||||
* | Remove deprecated callbacks for encoders and dip switches (#13404) | Drashna Jaelre | 2021-07-24 | 1 | -2/+3 |
| | |||||
* | [Bug] Develop - Change uint32_t to layer_state_t (#13596) | Xelus22 | 2021-07-19 | 1 | -1/+1 |
| | | | | | * fix sat75 * update uint32_t to layer_state | ||||
* | Convert Encoder callbacks to be boolean functions (#12805) | Drashna Jaelre | 2021-05-21 | 1 | -17/+18 |
| | | | Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> | ||||
* | [Keymap] Custom Planck layout for the Planck (#7036) | Andy Smith | 2019-10-18 | 1 | -0/+375 |
* 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 |