summaryrefslogtreecommitdiff
path: root/drivers/bluetooth
AgeCommit message (Collapse)Author
2022-09-29Format code according to conventions (#18533)QMK Bot
2022-09-29Start Bluetooth API (#18366)Ryan
2022-09-09RN42 driver: small cleanups (#18310)Ryan
* RN42 driver: small cleanups * Include header * Fix mouse report per RN42 UG * Spacing for consistency
2022-09-07Move Bluetooth-related function calls up to host/keyboard level (#18274)Ryan
* 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
2022-02-12Format code according to conventions (#16322)QMK Bot
2022-02-04Update outputselect to use platform connected state API (#16185)Joel Challis
2022-01-30Rename `AdafruitBLE` to `BluefruitLE` (#16127)Ryan
2021-12-22[CI] Format code according to conventions (#15541)QMK Bot
2021-12-22Migrate RN42 to UART driver and refactor (#15492)Ryan
2021-10-08Improve Adafruit BLE configuration defines (#14749)Ryan
* Improve Adafruit BLE configuration defines * Formatting
2021-09-21Relocate Adafruit BLE code (#14530)Ryan