summaryrefslogtreecommitdiffstats
path: root/quantum/main.c
Commit message (Collapse)AuthorAgeFilesLines
* Add support for deferred executors. (#14859)Nick Brassel2021-11-151-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Revert to old init order for host driver (#15029)Joel Challis2021-11-021-3/+12
| | | * Partially revert 14888
* Begin to carve out platform/protocol API - Migrate keyboard_* calls (#14888)Joel Challis2021-10-241-1/+14
|
* Begin to carve out platform/protocol API - Single main loop (#13843)Joel Challis2021-08-181-0/+41
* Begin to carve out platform/protocol API * Fix up after rebase