summaryrefslogtreecommitdiffstats
path: root/quantum/action_code.h
Commit message (Collapse)AuthorAgeFilesLines
* Relocate various modifier defines (#18638)Joel Challis2023-03-101-22/+2
|
* Initial DD keycode migration (#18643)Joel Challis2022-11-051-0/+3
| | | | | * Initial DD keycode migration * Sort magic keycodes
* Small un/register_code() cleanups (#18544)Ryan2022-09-301-1/+5
|
* Align TO() max layers with other keycodes (#17989)Joel Challis2022-08-141-0/+1
|
* Rip out old macro and action_function system (#16025)Ryan2022-01-241-32/+0
| | | | | | | * Rip out old macro and action_function system * Update quantum/action_util.c Co-authored-by: Joel Challis <git@zvecr.com>
* Migrate platform independent code from tmk_core -> quantum (#13673)Joel Challis2021-08-181-0/+308
* Migrate action|keyboard|keycode|eeconfig from tmk_core -> quantum