summaryrefslogtreecommitdiffstats
path: root/quantum/action_util.h
Commit message (Collapse)AuthorAgeFilesLines
* [Feature] Send a dummy keycode to neutralize flashing modifiers in retro tap ↵precondition2023-07-081-0/+13
| | | | and key overrides (#20992)
* Fix OSMs getting stuck (#20034)Kasimir Pihlasviita2023-04-031-0/+2
|
* Relocate various modifier defines (#18638)Joel Challis2023-03-101-0/+1
|
* Format code according to conventions (#16322)QMK Bot2022-02-121-3/+9
|
* Rip out old macro and action_function system (#16025)Ryan2022-01-241-7/+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/+105
* Migrate action|keyboard|keycode|eeconfig from tmk_core -> quantum