feat(docs): Document locality for reset behaviors
This commit is contained in:
parent
e2a90974e3
commit
5c4bf8a3bb
1 changed files with 8 additions and 0 deletions
|
@ -41,3 +41,11 @@ Example:
|
|||
```
|
||||
&bootloader
|
||||
```
|
||||
|
||||
## Split Keyboards
|
||||
|
||||
Both basic and bootloader reset behaviors are source-specific: 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 `&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 Peripheral invocation
|
||||
The peripheral side of the keyboard has to be paired and connected to the central side in order to be able to activate these behaviors, even if it is possible to trigger the behavior using only keys on that side. This is because the key bindings are processed on the central side which would then instruct the peripheral side to reset.
|
||||
:::
|
||||
|
|
Loading…
Reference in a new issue