From f9bb18b67631288a7ee8046e796775e34b61c0f6 Mon Sep 17 00:00:00 2001
From: Peter Johanson <peter@peterjohanson.com>
Date: Thu, 28 Mar 2024 04:14:02 +0000
Subject: [PATCH] fix(docs): Add `&soft_off` to behaviors index.

---
 docs/docs/behaviors/index.mdx | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/docs/behaviors/index.mdx b/docs/docs/behaviors/index.mdx
index 32f4b29a..4a05f565 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