summaryrefslogtreecommitdiffstats
path: root/quantum/keycode.h
Commit message (Collapse)AuthorAgeFilesLines
* Relocate various modifier defines (#18638)Joel Challis2023-03-101-18/+2
|
* Tidy up use of keycode range helpers (#19813)Joel Challis2023-02-121-3/+0
|
* Tidy up use of keycode range helpers (#19756)Joel Challis2023-02-101-2/+0
|
* Initial DD keycode migration (#18643)Joel Challis2022-11-051-490/+7
| | | | | * Initial DD keycode migration * Sort magic keycodes
* Remove legacy keycodes, part 6 (#18740)Ryan2022-10-161-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 Jaelre2022-09-171-3/+3
|
* Chromeos keycodes (#18212)Joshua Diamond2022-09-171-2/+6
|
* Format code according to conventions (#16322)QMK Bot2022-02-121-13/+13
|
* Rip out old macro and action_function system (#16025)Ryan2022-01-241-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)Ryan2021-11-031-123/+149
|
* Migrate platform independent code from tmk_core -> quantum (#13673)Joel Challis2021-08-181-0/+560
* Migrate action|keyboard|keycode|eeconfig from tmk_core -> quantum