summaryrefslogtreecommitdiff
path: root/app/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'app/Kconfig')
-rw-r--r--app/Kconfig10
1 files changed, 9 insertions, 1 deletions
diff --git a/app/Kconfig b/app/Kconfig
index 0aa291d..65abf7a 100644
--- a/app/Kconfig
+++ b/app/Kconfig
@@ -94,11 +94,19 @@ config ZMK_SPLIT_BLE
if ZMK_SPLIT_BLE
-config ZMK_SPLIT_BLE_ROLE_CENTRAL
+menuconfig ZMK_SPLIT_BLE_ROLE_CENTRAL
bool "Central"
select BT_CENTRAL
select BT_GATT_CLIENT
+if ZMK_SPLIT_BLE_ROLE_CENTRAL
+
+config ZMK_SPLIT_BLE_CENTRAL_POSITION_QUEUE_SIZE
+ int "Max number of key position state events to queue when received from peripherals"
+ default 5
+
+endif
+
if !ZMK_SPLIT_BLE_ROLE_CENTRAL
config ZMK_USB