1
0
Fork 0

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
55 changed files with 88 additions and 43 deletions

View file

@ -3,5 +3,8 @@
"cols": ["C7", "D6", "B7", "B6", "F0", "D2", "D3", "F1", "F4", "F5", "F6", "F7"],
"rows": ["B5", "D7", "C6", "D0"]
},
"diode_direction": "COL2ROW"
"diode_direction": "COL2ROW",
"bluetooth": {
"driver": "bluefruit_le"
}
}

View file

@ -14,7 +14,6 @@ BACKLIGHT_ENABLE = no # Custom backlighting code is used, so this should not b
AUDIO_ENABLE = no # This can be enabled if a speaker is connected to the expansion port. Not compatible with RGBLIGHT below
RGBLIGHT_ENABLE = no # This can be enabled if a ws2812 strip is connected to the expansion port.
BLUETOOTH_ENABLE = yes
BLUETOOTH_DRIVER = BluefruitLE
# Disable unsupported hardware
RGBLIGHT_SUPPORTED = no