aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorCem Aksoylar <[email protected]>2024-01-12 20:32:33 -0800
committerCem Aksoylar <[email protected]>2024-01-20 22:28:41 -0800
commitee855de349dd57b440c7930cc2a67c62ecefc97b (patch)
tree37f4f3767b82da017ed302b7c5a8a7fc5ceb5263 /docs
parentf014eb45a7ba15e03791e28a051d0c68059de91f (diff)
downloadzmk-ee855de349dd57b440c7930cc2a67c62ecefc97b.tar.gz
zmk-ee855de349dd57b440c7930cc2a67c62ecefc97b.zip
fix(docs): Fix incorrect admonition title
Diffstat (limited to 'docs')
-rw-r--r--docs/docs/behaviors/outputs.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docs/behaviors/outputs.md b/docs/docs/behaviors/outputs.md
index 46b567cfdf..8cba3b1e8e 100644
--- a/docs/docs/behaviors/outputs.md
+++ b/docs/docs/behaviors/outputs.md
@@ -44,7 +44,7 @@ The output selection behavior changes the preferred output on press.
- Reference: `&out`
- Parameter #1: Command, e.g. `OUT_BLE`
-:::note External power state persistence
+:::note Output selection persistence
The endpoint that is selected by the `&out` behavior will be saved to flash storage and hence persist across restarts and firmware flashes.
However it will only be saved after [`CONFIG_ZMK_SETTINGS_SAVE_DEBOUNCE`](../config/system.md#general) milliseconds in order to reduce potential wear on the flash memory.
:::