Skip to content

Commit

Permalink
fixup! feat(docs): Add split keyboards feature page
Browse files Browse the repository at this point in the history
Co-authored-by: Nicolas Munnich <98408764+Nick-Munnich@users.noreply.github.com>
  • Loading branch information
caksoylar and Nick-Munnich authored Aug 6, 2024
1 parent 09524b9 commit cc0990a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/docs/features/split-keyboards.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Also see the reference section on [split keyboards configuration](../config/syst
### Latency Considerations

Since peripherals communicate through centrals, the key and sensor events originating from them will naturally have a larger latency, especially with a wireless split communication protocol.
For the currently used BLE-based transport, the average latency added by the split communication is 3.75ms with a worst case latency of 7.5ms.
For the currently used BLE-based transport, split communication increases the average latency by 3.75ms with a worst case increase of 7.5ms.

## Building and Flashing Firmware

Expand Down Expand Up @@ -64,11 +64,11 @@ If the central keyboard part is either advertising for a pairing or waiting for
## Behaviors with Locality

Most ZMK [behaviors](../behaviors/index.mdx) are processed exclusively on the central part of the split keyboard since it handles the keymap state and any communication with the host devices.
However, certain behaviors have "global" or "source" localities, where they can have an effect the peripheral parts when invoked.
However, certain behaviors have "global" or "source" localities, where they can affect the peripheral parts when invoked.

### Global Locality Behaviors

These are behaviors that have an effect on all keyboard parts, such as changing lighting effects.
These are behaviors that affect all keyboard parts, such as changing lighting effects.
Currently these are the following behaviors:

- [RGB underglow behaviors](../behaviors/underglow.md)
Expand Down

0 comments on commit cc0990a

Please sign in to comment.