forked from kofal.net/zmk
Kconfig fixes for split roles.
This commit is contained in:
@@ -94,6 +94,8 @@ choice ZMK_SPLIT_BLE_ROLE
|
||||
|
||||
config ZMK_SPLIT_BLE_ROLE_CENTRAL
|
||||
bool "Central"
|
||||
select BT_CENTRAL
|
||||
select BT_GATT_CLIENT
|
||||
|
||||
config ZMK_SPLIT_BLE_ROLE_PERIPHERAL
|
||||
bool "Peripheral"
|
||||
|
||||
2
app/boards/shields/kyria/kyria_left.conf
Normal file
2
app/boards/shields/kyria/kyria_left.conf
Normal file
@@ -0,0 +1,2 @@
|
||||
CONFIG_ZMK_SPLIT=y
|
||||
CONFIG_ZMK_SPLIT_BLE_ROLE_CENTRAL=y
|
||||
2
app/boards/shields/kyria/kyria_right.conf
Normal file
2
app/boards/shields/kyria/kyria_right.conf
Normal file
@@ -0,0 +1,2 @@
|
||||
CONFIG_ZMK_SPLIT=y
|
||||
CONFIG_ZMK_SPLIT_BLE_ROLE_PERIPHERAL=y
|
||||
Reference in New Issue
Block a user