Browse Source

Kconfig fixes for split roles.

xmkb
Pete Johanson 4 years ago
parent
commit
d74efb331a
  1. 2
      app/Kconfig
  2. 2
      app/boards/shields/kyria/kyria_left.conf
  3. 2
      app/boards/shields/kyria/kyria_right.conf

2
app/Kconfig

@ -94,6 +94,8 @@ choice ZMK_SPLIT_BLE_ROLE @@ -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

@ -0,0 +1,2 @@ @@ -0,0 +1,2 @@
CONFIG_ZMK_SPLIT=y
CONFIG_ZMK_SPLIT_BLE_ROLE_CENTRAL=y

2
app/boards/shields/kyria/kyria_right.conf

@ -0,0 +1,2 @@ @@ -0,0 +1,2 @@
CONFIG_ZMK_SPLIT=y
CONFIG_ZMK_SPLIT_BLE_ROLE_PERIPHERAL=y
Loading…
Cancel
Save