Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Joystick feature improvements (#19052) | Ryan | 2022-11-27 | 1 | -6/+9 |
| | |||||
* | Digitizer feature improvements (#19034) | Ryan | 2022-11-12 | 1 | -4/+5 |
| | |||||
* | Refactor `send_extra` (#18615) | Ryan | 2022-10-06 | 1 | -15/+25 |
| | |||||
* | Refactor more host code (programmable button & digitizer) (#18565) | Ryan | 2022-10-05 | 1 | -18/+20 |
| | |||||
* | Start Bluetooth API (#18366) | Ryan | 2022-09-29 | 1 | -21/+4 |
| | |||||
* | Further refactoring of joystick feature (#18437) | Ryan | 2022-09-27 | 1 | -0/+56 |
| | |||||
* | Move Bluetooth-related function calls up to host/keyboard level (#18274) | Ryan | 2022-09-07 | 1 | -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) | Ryan | 2022-09-02 | 1 | -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 Jaelre | 2022-06-08 | 1 | -0/+5 |
| | | | | Co-authored-by: Sergey Vlasov <sigprof@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | Format code according to conventions (#16322) | QMK Bot | 2022-02-12 | 1 | -7/+21 |
| | |||||
* | Relocate protocol files within tmk_core/common/ (#14972) | Joel Challis | 2021-10-28 | 1 | -0/+138 |
* Relocate non platform files within tmk_core/common/ * clang |