diff options
author | Peter Johanson <[email protected]> | 2024-03-28 04:14:02 +0000 |
---|---|---|
committer | Pete Johanson <[email protected]> | 2024-03-27 22:52:32 -0700 |
commit | f9bb18b67631288a7ee8046e796775e34b61c0f6 (patch) | |
tree | eebff50af94632bcd9746f81055f477ea856edff | |
parent | e66f068fb5d53f3e6071359970021d04a338c176 (diff) | |
download | zmk-f9bb18b67631288a7ee8046e796775e34b61c0f6.tar.gz zmk-f9bb18b67631288a7ee8046e796775e34b61c0f6.zip |
fix(docs): Add `&soft_off` to behaviors index.
-rw-r--r-- | docs/docs/behaviors/index.mdx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/docs/behaviors/index.mdx b/docs/docs/behaviors/index.mdx index 32f4b29a97..4a05f5653a 100644 --- a/docs/docs/behaviors/index.mdx +++ b/docs/docs/behaviors/index.mdx @@ -70,6 +70,7 @@ Below is a summary of pre-defined behavior bindings and user-definable behaviors | Binding | Behavior | Description | | ------------ | --------------------------------------------- | --------------------------------------------------------------- | | `&ext_power` | [Power management](power.md#behavior-binding) | Allows enabling or disabling the VCC power output to save power | +| `&soft_off` | [Soft off](soft-off.md#behavior-binding) | Turns the keyboard off. | ## User-defined behaviors |