Kconfig fixes for split roles.
This commit is contained in:
parent
d1a5c7ee5a
commit
d74efb331a
3 changed files with 6 additions and 0 deletions
|
@ -94,6 +94,8 @@ choice ZMK_SPLIT_BLE_ROLE
|
||||||
|
|
||||||
config ZMK_SPLIT_BLE_ROLE_CENTRAL
|
config ZMK_SPLIT_BLE_ROLE_CENTRAL
|
||||||
bool "Central"
|
bool "Central"
|
||||||
|
select BT_CENTRAL
|
||||||
|
select BT_GATT_CLIENT
|
||||||
|
|
||||||
config ZMK_SPLIT_BLE_ROLE_PERIPHERAL
|
config ZMK_SPLIT_BLE_ROLE_PERIPHERAL
|
||||||
bool "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
|
Loading…
Reference in a new issue