feat(docs): Add battery life remark for split keyboards
This commit is contained in:
parent
7e37b19add
commit
57bef5e6d8
1 changed files with 5 additions and 0 deletions
|
@ -23,6 +23,11 @@ They will not present as keyboard devices when connected over USB and will not a
|
||||||
|
|
||||||
By convention, for a keyboard split into two "halves" the left half is set as the central and the right as a peripheral.
|
By convention, for a keyboard split into two "halves" the left half is set as the central and the right as a peripheral.
|
||||||
|
|
||||||
|
:::info[Battery life impact]
|
||||||
|
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.
|
||||||
|
You can refer to the [power profiler](/power-profiler) to see battery life estimates for different roles.
|
||||||
|
:::
|
||||||
|
|
||||||
### Configuration
|
### Configuration
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue