Bluetooth: driver naming cleanups (#21624)

This commit is contained in:
Ryan
2023-07-29 15:16:14 +10:00
committed by GitHub
parent 4af6f1df06
commit b4a7b9253a
55 changed files with 88 additions and 43 deletions

View File

@@ -5,7 +5,7 @@ This is a port of the original M0110 converter from TMK to QMK. The original con
## Enabling Bluetooth for the Adafruit Feather 32U4 BLE
Simply add `BLUETOOTH = BluefruitLE` to your `rules.mk` file. This enables code specifically for the Adafruit Feather 32U4 BLE. If enabled, the device will use the `PRODUCT` value from `config.h` for the device name displayed by the Feather on host devices. You can simply change these values to change the device name.
Simply add `BLUETOOTH = bluefruit_le` to your `rules.mk` file. This enables code specifically for the Adafruit Feather 32U4 BLE. If enabled, the device will use the `PRODUCT` value from `config.h` for the device name displayed by the Feather on host devices. You can simply change these values to change the device name.
## Pins

View File

@@ -1,3 +1,6 @@
{
"bootloader": "caterina"
"bootloader": "caterina",
"bluetooth": {
"driver": "bluefruit_le"
}
}

View File

@@ -3,5 +3,4 @@ F_CPU = 8000000
EXTRAKEY_ENABLE = no
BLUETOOTH_ENABLE = yes
BLUETOOTH_DRIVER = BluefruitLE
LTO_ENABLE = yes