summaryrefslogtreecommitdiffstats
path: root/tmk_core/protocol/host.c
Commit message (Collapse)AuthorAgeFilesLines
* Move Bluetooth-related function calls up to host/keyboard level (#18274)Ryan2022-09-071-0/+43
| | | | | | | | | | | * Move Bluetooth-related function calls up to host/keyboard level * Remove pointless set_output() call * Move bluetooth (rn42) init to end of keyboard_init() * Enable SPI/UART for ChibiOS targets * Some more slight tweaks
* Simplify extrakeys sending at the host driver level (#18230)Ryan2022-09-021-2/+2
| | | | | | | | | * Simplify extrakeys sending at the host driver level * There are two arguments here * Wrong syntax * Adjust keyboards which use a custom host driver
* Add support for large Mouse Reports (#16371)Drashna Jaelre2022-06-081-0/+5
| | | | Co-authored-by: Sergey Vlasov <sigprof@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* Format code according to conventions (#16322)QMK Bot2022-02-121-7/+21
|
* Relocate protocol files within tmk_core/common/ (#14972)Joel Challis2021-10-281-0/+138
* Relocate non platform files within tmk_core/common/ * clang