Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for deferred executors. (#14859) | Nick Brassel | 2021-11-15 | 1 | -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 Challis | 2021-11-02 | 1 | -3/+12 |
| | | | * Partially revert 14888 | ||||
* | Begin to carve out platform/protocol API - Migrate keyboard_* calls (#14888) | Joel Challis | 2021-10-24 | 1 | -1/+14 |
| | |||||
* | Begin to carve out platform/protocol API - Single main loop (#13843) | Joel Challis | 2021-08-18 | 1 | -0/+41 |
* Begin to carve out platform/protocol API * Fix up after rebase |