From 8aba149350ee53948c7b5922283c1d824675f82a Mon Sep 17 00:00:00 2001 From: ReFil <31960031+ReFil@users.noreply.github.com> Date: Wed, 1 Nov 2023 10:33:35 +0000 Subject: [PATCH] Increase behaviour queue size --- app/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Kconfig b/app/Kconfig index 9852744741f..cda0fbe3116 100644 --- a/app/Kconfig +++ b/app/Kconfig @@ -374,7 +374,7 @@ menu "Behavior Options" config ZMK_BEHAVIORS_QUEUE_SIZE int "Maximum number of behaviors to allow queueing from a macro or other complex behavior" - default 64 + default 128 rsource "Kconfig.behaviors"