From d8d5f6dd4ca3c8576a9fdcfbb9827bd811f8a71c Mon Sep 17 00:00:00 2001 From: AJ <1754228+280Zo@users.noreply.github.com> Date: Tue, 5 Nov 2024 16:56:55 -0800 Subject: [PATCH] expand macro queue limit --- config/charybdis.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config/charybdis.conf b/config/charybdis.conf index f78d8019..1dc25e5e 100644 --- a/config/charybdis.conf +++ b/config/charybdis.conf @@ -26,4 +26,7 @@ CONFIG_ZMK_MOUSE=y ## Include input subsystem and drivers in the system config ## https://github.com/badjeff/zmk-pmw3610-driver ## https://github.com/badjeff/zmk-split-peripheral-input-relay -CONFIG_INPUT=y \ No newline at end of file +CONFIG_INPUT=y + +## https://zmk.dev/docs/keymaps/behaviors/macros#behavior-queue-limit +CONFIG_ZMK_BEHAVIORS_QUEUE_SIZE=512 \ No newline at end of file