aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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.