Skip to content

Commit

Permalink
docs: Mention combos in reset behaviors (#2677)
Browse files Browse the repository at this point in the history
Fixes #2652
  • Loading branch information
caksoylar authored Nov 28, 2024
1 parent 230b860 commit 978c7cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/docs/keymaps/behaviors/reset.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 978c7cb

Please sign in to comment.