summaryrefslogtreecommitdiff
path: root/drivers/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2025-11-30[CI] Format code according to conventions (#25827)QMK Bot1-1/+1
2025-05-12Add raw_hid support to host driver (#25255)Joel Challis2-0/+10
2025-05-06Remove force disable of NKRO when Bluetooth enabled (#25201)Joel Challis2-0/+9
2025-05-05Bind Bluetooth driver to `host_driver_t` (#25199)Joel Challis3-53/+114
2025-04-21Implement connection keycode logic (#25176)Joel Challis2-84/+10
2025-04-19Remove `bluefruit_le_read_battery_voltage` function (#25129)Joel Challis2-25/+0
2024-02-18Update GPIO macro usages in core (#23093)Ryan1-9/+9
2022-09-29Format code according to conventions (#18533)QMK Bot1-3/+3
2022-09-29Start Bluetooth API (#18366)Ryan4-44/+140
2022-09-09RN42 driver: small cleanups (#18310)Ryan2-15/+21
2022-09-07Move Bluetooth-related function calls up to host/keyboard level (#18274)Ryan2-7/+3
2022-02-12Format code according to conventions (#16322)QMK Bot3-14/+22
2022-02-04Update outputselect to use platform connected state API (#16185)Joel Challis1-11/+2
2022-01-30Rename `AdafruitBLE` to `BluefruitLE` (#16127)Ryan3-46/+46
2021-12-22[CI] Format code according to conventions (#15541)QMK Bot1-3/+1
2021-12-22Migrate RN42 to UART driver and refactor (#15492)Ryan2-0/+126
2021-10-08Improve Adafruit BLE configuration defines (#14749)Ryan1-23/+21
2021-09-21Relocate Adafruit BLE code (#14530)Ryan5-0/+939