summaryrefslogtreecommitdiff
path: root/quantum/deferred_exec.c
AgeCommit message (Collapse)Author
2023-12-21[Bugfix] Manipulate deferred executor slot only if tokens match (#22722)Nick Brassel
2022-02-12Format code according to conventions (#16322)QMK Bot
2022-01-10Advanced deferred_exec for core-side code. (#15579)Nick Brassel
2021-11-15Add support for deferred executors. (#14859)Nick Brassel
* Add support for deferred executors. * More docs. * Include from quantum.h * Cleanup. * Parameter checks * Comments. * qmk format-c * I accidentally a few words. * API name change. * Apply suggestions from code review Co-authored-by: Sergey Vlasov <sigprof@gmail.com> * Review comments. * qmk format-c * Review comments. Co-authored-by: Sergey Vlasov <sigprof@gmail.com>