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

@ -8,6 +8,9 @@
"pid": "0x0000",
"device_version": "0.0.3"
},
"bluetooth": {
"driver": "bluefruit_le"
},
"tapping": {
"term": 100
},

View file

@ -15,4 +15,3 @@ RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
BLUETOOTH_ENABLE = yes
BLUETOOTH_DRIVER = BluefruitLE

View file

@ -8,6 +8,9 @@
"pid": "0x1134",
"device_version": "1.0.0"
},
"bluetooth": {
"driver": "bluefruit_le"
},
"backlight": {
"driver": "timer",
"pin": "F6",

View file

@ -15,4 +15,3 @@ RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
ENCODER_ENABLE = no
BLUETOOTH_ENABLE = yes
BLUETOOTH_DRIVER = BluefruitLE

View file

@ -8,6 +8,9 @@
"pid": "0xB170",
"device_version": "0.0.1"
},
"bluetooth": {
"driver": "bluefruit_le"
},
"matrix_pins": {
"cols": ["F7", "F6", "F5", "F4", "F1", "F0", "D2", "D3", "B7", "D6", "C7"],
"rows": ["B6", "B5", "D7", "C6", "D0", "D1"]

View file

@ -14,4 +14,3 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
BLUETOOTH_ENABLE = yes
BLUETOOTH_DRIVER = BluefruitLE

View file

@ -8,6 +8,9 @@
"pid": "0x0690",
"device_version": "0.0.1"
},
"bluetooth": {
"driver": "rn42"
},
"matrix_pins": {
"cols": ["F7", "F6", "F5", "F4", "F3", "F2", "E0", "E1", "C0", "C1", "C2", "C3"],
"rows": ["B3", "B4", "F1", "B5", "B6", "D5", "D4", "D6", "D7", "C4"]

View file

@ -12,4 +12,3 @@ RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
NO_USB_STARTUP_CHECK = yes # Disable initialization only when usb is plugged in
BLUETOOTH_ENABLE = yes
BLUETOOTH_DRIVER = RN42

View file

@ -12,6 +12,9 @@
"mousekey": false,
"nkro": false
},
"bluetooth": {
"driver": "bluefruit_le"
},
"matrix_pins": {
"cols": ["D3", "D2", "F0", "F1", "F4", "F5", "F6", "F7"],
"rows": ["D0", "B7", "B5", "C6", "D1", "B6", "D7", "D6"]

View file

@ -1,2 +1 @@
BLUETOOTH_ENABLE = yes
BLUETOOTH_DRIVER = BluefruitLE

View file

@ -7,6 +7,9 @@
"ws2812": {
"pin": "D1"
},
"bluetooth": {
"driver": "bluefruit_le"
},
"matrix_pins": {
"cols": ["D3", "D1", "B7", "D6", "C7", "B6", "B5", "D7", "C6", "D0"],
"rows": ["F4", "F1", "F0", "D2"]

View file

@ -16,4 +16,3 @@ AUDIO_ENABLE = no # This can be enabled if a speaker is connected to t
RGBLIGHT_ENABLE = no # This can be enabled if a ws2812 strip is connected to the expansion port.
BLUETOOTH_ENABLE = yes
BLUETOOTH_DRIVER = BluefruitLE

View file

@ -11,6 +11,9 @@
"ws2812": {
"pin": "B5"
},
"bluetooth": {
"driver": "bluefruit_le"
},
"processor": "atmega32u4",
"bootloader": "caterina",
"layouts": {

View file

@ -18,7 +18,6 @@ PS2_ENABLE = yes
PS2_DRIVER = interrupt
CUSTOM_MATRIX = yes
BLUETOOTH_ENABLE = yes
BLUETOOTH_DRIVER = BluefruitLE
WS2812_DRIVER_REQUIRED = yes
SRC += rgbsps.c

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

View file

@ -8,6 +8,9 @@
"pid": "0x0000",
"device_version": "0.0.1"
},
"bluetooth": {
"driver": "bluefruit_le"
},
"matrix_pins": {
"cols": ["D2", "F0", "F1", "F4", "F5", "F6", "F7", "D3"],
"rows": ["C7", "D6", "B7", "B6", "B5", "D7", "C6", "D0"]

View file

@ -14,4 +14,3 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
BLUETOOTH_ENABLE = yes
BLUETOOTH_DRIVER = BluefruitLE