aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorCem Aksoylar <[email protected]>2024-11-28 05:45:33 -0800
committerGitHub <[email protected]>2024-11-28 14:45:33 +0100
commit978c7cb12459549799e398529944ba5f686672a6 (patch)
tree0d04fbe24bccce98ebccd6e636088ebd50ce7193
parent230b860f31063774c3bcc19afb6f92479462de24 (diff)
downloadzmk-978c7cb12459549799e398529944ba5f686672a6.tar.gz
zmk-978c7cb12459549799e398529944ba5f686672a6.zip
docs: Mention combos in reset behaviors (#2677)
Fixes #2652
-rw-r--r--docs/docs/keymaps/behaviors/reset.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/docs/keymaps/behaviors/reset.md b/docs/docs/keymaps/behaviors/reset.md
index 2a177fad92..5ba6e65ad6 100644
--- a/docs/docs/keymaps/behaviors/reset.md
+++ b/docs/docs/keymaps/behaviors/reset.md
@@ -45,3 +45,5 @@ Example:
## Split Keyboards
Both basic and bootloader reset behaviors are [source-specific](../../features/split-keyboards.md#source-locality-behaviors): This means that it affects the side of the keyboard that contains the behavior binding for split keyboards. For example if you press a key with the `&sys_reset` binding on the left half of the keyboard, the left half will be reset. If you want to be able to reset both sides you can put the bindings on both sides of the keyboard and activate it on the side you would like to reset.
+
+Note that [combos](../combos.md) always invoke reset behavior bindings on the [central part](../../features/split-keyboards.md#central-and-peripheral-roles) of the split keyboard.