Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Initial DD keycode migration (#18643) | Joel Challis | 2022-11-05 | 1 | -490/+7 |
| | | | | | * Initial DD keycode migration * Sort magic keycodes | ||||
* | Remove legacy keycodes, part 6 (#18740) | Ryan | 2022-10-16 | 1 | -2/+0 |
| | | | | | | | | | * `KC_RSHIFT` -> `KC_RSFT` * `KC_RCTRL` -> `KC_RCTL` * `KC_LSHIFT` -> `KC_LSFT` * `KC_LCTRL` -> `KC_LCTL` | ||||
* | Move mousekey keycodes into newly freed up keycode block (#16076) | Drashna Jaelre | 2022-09-17 | 1 | -3/+3 |
| | |||||
* | Chromeos keycodes (#18212) | Joshua Diamond | 2022-09-17 | 1 | -2/+6 |
| | |||||
* | Format code according to conventions (#16322) | QMK Bot | 2022-02-12 | 1 | -13/+13 |
| | |||||
* | Rip out old macro and action_function system (#16025) | Ryan | 2022-01-24 | 1 | -42/+1 |
| | | | | | | | * Rip out old macro and action_function system * Update quantum/action_util.c Co-authored-by: Joel Challis <git@zvecr.com> | ||||
* | Basic keycode overhaul (#14726) | Ryan | 2021-11-03 | 1 | -123/+149 |
| | |||||
* | Migrate platform independent code from tmk_core -> quantum (#13673) | Joel Challis | 2021-08-18 | 1 | -0/+560 |
* Migrate action|keyboard|keycode|eeconfig from tmk_core -> quantum |