Bluetooth: driver naming cleanups (#21624)
This commit is contained in:
parent
4af6f1df06
commit
b4a7b9253a
55 changed files with 88 additions and 43 deletions
|
@ -8,6 +8,9 @@
|
|||
"pid": "0x0000",
|
||||
"device_version": "0.0.3"
|
||||
},
|
||||
"bluetooth": {
|
||||
"driver": "bluefruit_le"
|
||||
},
|
||||
"tapping": {
|
||||
"term": 100
|
||||
},
|
||||
|
|
|
@ -15,4 +15,3 @@ RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
|||
AUDIO_ENABLE = no # Audio output
|
||||
|
||||
BLUETOOTH_ENABLE = yes
|
||||
BLUETOOTH_DRIVER = BluefruitLE
|
||||
|
|
|
@ -8,6 +8,9 @@
|
|||
"pid": "0x1134",
|
||||
"device_version": "1.0.0"
|
||||
},
|
||||
"bluetooth": {
|
||||
"driver": "bluefruit_le"
|
||||
},
|
||||
"backlight": {
|
||||
"driver": "timer",
|
||||
"pin": "F6",
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"]
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"]
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"]
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
BLUETOOTH_ENABLE = yes
|
||||
BLUETOOTH_DRIVER = BluefruitLE
|
||||
|
|
|
@ -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"]
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -11,6 +11,9 @@
|
|||
"ws2812": {
|
||||
"pin": "B5"
|
||||
},
|
||||
"bluetooth": {
|
||||
"driver": "bluefruit_le"
|
||||
},
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "caterina",
|
||||
"layouts": {
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -14,6 +14,9 @@
|
|||
"tapping": {
|
||||
"toggle": 1
|
||||
},
|
||||
"bluetooth": {
|
||||
"driver": "bluefruit_le"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_pterodactyl": {
|
||||
"layout": [
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"]
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue