Skip to content

Commit 2eff266

Browse files
committed
feat(docs): Add battery life remark for split keyboards
1 parent 2a0708d commit 2eff266

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/docs/features/split-keyboards.md

+5
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ They will not present as keyboard devices when connected over USB and will not a
2323

2424
By convention, for a keyboard split into two "halves" the left half is set as the central and the right as a peripheral.
2525

26+
:::info[Battery life impact]
27+
For BLE-based split keyboards, the central uses significantly more power than the peripherals because its radio needs to periodically wake up to check for incoming transmissions.
28+
You can refer to the [power profiler](/power-profiler) to see battery life estimates for different roles.
29+
:::
30+
2631
### Configuration
2732

2833
The [new shield guide](../development/new-shield.mdx) details how to define a split keyboard shield with two parts, enabling the split feature and setting up the necessary roles for each part.

0 commit comments

Comments
 (0)