Skip to content

Commit cc0990a

Browse files
caksoylarnmunnich
andauthored
fixup! feat(docs): Add split keyboards feature page
Co-authored-by: Nicolas Munnich <[email protected]>
1 parent 09524b9 commit cc0990a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/docs/features/split-keyboards.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Also see the reference section on [split keyboards configuration](../config/syst
3232
### Latency Considerations
3333

3434
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.
35-
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.
35+
For the currently used BLE-based transport, split communication increases the average latency by 3.75ms with a worst case increase of 7.5ms.
3636

3737
## Building and Flashing Firmware
3838

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

6666
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.
67-
However, certain behaviors have "global" or "source" localities, where they can have an effect the peripheral parts when invoked.
67+
However, certain behaviors have "global" or "source" localities, where they can affect the peripheral parts when invoked.
6868

6969
### Global Locality Behaviors
7070

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

7474
- [RGB underglow behaviors](../behaviors/underglow.md)

0 commit comments

Comments
 (0)