diff options
author | Peter Johanson <peter@peterjohanson.com> | 2021-11-20 22:12:24 +0000 |
---|---|---|
committer | Nick Van Doorn <nick@nv.delivery> | 2021-11-26 09:59:04 -0800 |
commit | 458395cd66af116dc606aad0a87297fde126729b (patch) | |
tree | d6239d18855dcc0c93d4a20b3dbf9b83f2e192e8 /app/Kconfig | |
parent | 54bfc6c970f562b3919d3f07a88f093505bad821 (diff) |
fix(split): Add queue for running remote behaviors
Diffstat (limited to 'app/Kconfig')
-rw-r--r-- | app/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/Kconfig b/app/Kconfig index 3502c65..7603514 100644 --- a/app/Kconfig +++ b/app/Kconfig @@ -175,6 +175,14 @@ config ZMK_SPLIT_BLE_CENTRAL_POSITION_QUEUE_SIZE int "Max number of key position state events to queue when received from peripherals" default 5 +config ZMK_BLE_SPLIT_CENTRAL_SPLIT_RUN_STACK_SIZE + int "BLE split central write thread stack size" + default 512 + +config ZMK_BLE_SPLIT_CENTRAL_SPLIT_RUN_QUEUE_SIZE + int "Max number of behavior run events to queue to send to the peripheral(s)" + default 5 + endif if !ZMK_SPLIT_BLE_ROLE_CENTRAL |