From 978c7cb12459549799e398529944ba5f686672a6 Mon Sep 17 00:00:00 2001 From: Cem Aksoylar Date: Thu, 28 Nov 2024 05:45:33 -0800 Subject: [PATCH] docs: Mention combos in reset behaviors (#2677) Fixes #2652 --- docs/docs/keymaps/behaviors/reset.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docs/keymaps/behaviors/reset.md b/docs/docs/keymaps/behaviors/reset.md index 2a177fad928..5ba6e65ad6e 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.