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

@ -14,6 +14,9 @@
"tapping": {
"toggle": 1
},
"bluetooth": {
"driver": "bluefruit_le"
},
"layouts": {
"LAYOUT_pterodactyl": {
"layout": [

View file

@ -16,7 +16,6 @@ AUDIO_ENABLE = no # Audio output
UNICODE_ENABLE = yes
CUSTOM_MATRIX = yes
BLUETOOTH_ENABLE = yes
BLUETOOTH_DRIVER = BluefruitLE
SRC += matrix.c
QUANTUM_LIB_SRC += i2c_master.c