From 90a1d882b3d41b3239463defc786090c4efc2fed Mon Sep 17 00:00:00 2001 From: GreenAirplane Date: Fri, 15 Jul 2022 16:14:47 -0400 Subject: [PATCH] Changed description of CONFIG_ZMK_BEHAVIORS_QUEUE_SIZE option --- docs/docs/config/behaviors.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/config/behaviors.md b/docs/docs/config/behaviors.md index 128872d9..c285dc52 100644 --- a/docs/docs/config/behaviors.md +++ b/docs/docs/config/behaviors.md @@ -11,9 +11,9 @@ See the [zmk/app/dts/behaviors/](https://github.com/zmkfirmware/zmk/tree/main/ap ## Kconfig -| Config | Type | Description | Default | -| ---------------------------------- | ---- | ---------------------------------------------------- | ------- | -| `CONFIG_ZMK_BEHAVIORS_QUEUE_SIZE` | int | The size of the behaviors queue | 64 | +| Config | Type | Description | Default | +| --------------------------------- | ---- | ------------------------------------------------------------------------------------ | ------- | +| `CONFIG_ZMK_BEHAVIORS_QUEUE_SIZE` | int | Maximum number of behaviors to allow queueing from a macro or other complex behavior | 64 | ## Caps Word