summaryrefslogtreecommitdiff
path: root/quantum/keycode.h
AgeCommit message (Collapse)Author
2023-03-10Relocate various modifier defines (#18638)Joel Challis
2023-02-12Tidy up use of keycode range helpers (#19813)Joel Challis
2023-02-10Tidy up use of keycode range helpers (#19756)Joel Challis
2022-11-05Initial DD keycode migration (#18643)Joel Challis
* Initial DD keycode migration * Sort magic keycodes
2022-10-16Remove legacy keycodes, part 6 (#18740)Ryan
* `KC_RSHIFT` -> `KC_RSFT` * `KC_RCTRL` -> `KC_RCTL` * `KC_LSHIFT` -> `KC_LSFT` * `KC_LCTRL` -> `KC_LCTL`
2022-09-17Move mousekey keycodes into newly freed up keycode block (#16076)Drashna Jaelre
2022-09-17Chromeos keycodes (#18212)Joshua Diamond
2022-02-12Format code according to conventions (#16322)QMK Bot
2022-01-24Rip 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-03Basic keycode overhaul (#14726)Ryan
2021-08-18Migrate platform independent code from tmk_core -> quantum (#13673)Joel Challis
* Migrate action|keyboard|keycode|eeconfig from tmk_core -> quantum