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