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