Tests commenting out documentation
This commit is contained in:
parent
26f3c7c6c4
commit
f5ff4e32d9
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ The dongle will act as a central device and communicate with the keyboard halves
|
|||
Dongles are usually connected to the host device using USB. This way the central half of the keyboard can be powered by the host device,
|
||||
and the peripheral halves can be powered by their own batteries. This setup allows both halves of the keyboard to have a longer battery life.
|
||||
|
||||
Here is an example diagram of a split keyboard with a dongle:
|
||||
{/* Here is an example diagram of a split keyboard with a dongle:
|
||||
|
||||
```mermaid
|
||||
graph TD;
|
||||
|
@ -25,7 +25,7 @@ graph TD;
|
|||
```
|
||||
|
||||
Dotted lines represent BLE connections.
|
||||
Solid lines represent USB connections.
|
||||
Solid lines represent USB connections. */}
|
||||
|
||||
:::info
|
||||
For more information on how to set up a two split keyboard, refer to [New Keyboard Shield](../development/new-shield.mdx) under Guides.
|
||||
|
|
Loading…
Add table
Reference in a new issue