feat(docs): add soft-off to behavior overview

This commit is contained in:
Thomas Huber 2024-03-27 21:11:43 -07:00
parent e66f068fb5
commit d11c6fb70c
No known key found for this signature in database
GPG key ID: C8B2604C5DD56D87

View file

@ -70,6 +70,7 @@ Below is a summary of pre-defined behavior bindings and user-definable behaviors
| Binding | Behavior | Description | | Binding | Behavior | Description |
| ------------ | --------------------------------------------- | --------------------------------------------------------------- | | ------------ | --------------------------------------------- | --------------------------------------------------------------- |
| `&ext_power` | [Power management](power.md#behavior-binding) | Allows enabling or disabling the VCC power output to save power | | `&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) | Allows to turn the keyboard on and off explicitly |
## User-defined behaviors ## User-defined behaviors