From 776080b7938268dfa7dd10e0bd32a3faaa8bb2a0 Mon Sep 17 00:00:00 2001 From: GreenAirplane Date: Fri, 15 Jul 2022 01:14:10 -0400 Subject: [PATCH] CONFIG_ZMK_BEHAVIORS_QUEUE_SIZE added to Configuration/Behaviors --- docs/docs/config/behaviors.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/docs/config/behaviors.md b/docs/docs/config/behaviors.md index a4e847dc..128872d9 100644 --- a/docs/docs/config/behaviors.md +++ b/docs/docs/config/behaviors.md @@ -9,6 +9,12 @@ See [Configuration Overview](index.md) for instructions on how to change these s See the [zmk/app/dts/behaviors/](https://github.com/zmkfirmware/zmk/tree/main/app/dts/behaviors) folder for all default behaviors. +## Kconfig + +| Config | Type | Description | Default | +| ---------------------------------- | ---- | ---------------------------------------------------- | ------- | +| `CONFIG_ZMK_BEHAVIORS_QUEUE_SIZE` | int | The size of the behaviors queue | 64 | + ## Caps Word Creates a custom behavior that behaves similar to a caps lock but deactivates when any key not in a continue list is pressed.