Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove legacy keycodes, part 6 (#18740) | Ryan | 2022-10-16 | 2 | -4/+4 |
| | | | | | | | | | * `KC_RSHIFT` -> `KC_RSFT` * `KC_RCTRL` -> `KC_RCTL` * `KC_LSHIFT` -> `KC_LSFT` * `KC_LCTRL` -> `KC_LCTL` | ||||
* | Remove legacy keycodes, part 5 (#18710) | Ryan | 2022-10-15 | 1 | -1/+1 |
| | | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM` | ||||
* | Remove keymaps that still reference legacy macros (#18693) | Joel Challis | 2022-10-13 | 2 | -90/+0 |
| | |||||
* | Remove `UNICODE_KEY_OSX` and `UC_OSX` (#18290) | Ryan | 2022-09-06 | 1 | -2/+2 |
| | |||||
* | RESET -> QK_BOOT user keymaps (#17940) | Joel Challis | 2022-08-21 | 8 | -10/+10 |
| | |||||
* | Make default layer size 16-bit (#15286) | Drashna Jaelre | 2022-06-19 | 1 | -2/+1 |
| | | | Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> | ||||
* | RESET -> QK_BOOT default keymaps (#17037) | Joel Challis | 2022-05-15 | 2 | -2/+2 |
| | |||||
* | move mechkeys keyboards into the mechkeys/ vendor folder (#15760) | peepeetee | 2022-02-11 | 27 | -0/+753 |
* move mechkeys keyboards to mechkeys/ * fix compilation * fix default folder |