removes svg, adds png
This commit is contained in:
parent
877d654f0d
commit
997fc9f75b
3 changed files with 2 additions and 3 deletions
BIN
docs/docs/assets/splits/mermaid-connection.png
Normal file
BIN
docs/docs/assets/splits/mermaid-connection.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 209 KiB |
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 9.3 KiB |
|
@ -19,13 +19,13 @@ Dongles are usually connected to the host device using USB. This way the central
|
||||||
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.
|
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
|
```mermaid
|
||||||
graph TD;
|
graph TD;
|
||||||
A[Computer/Host Device] <-- USB/BLE --> DONGLE[Dongle/Central];
|
A[Computer/Host Device] <-- USB or BLE --> DONGLE[Dongle/Central];
|
||||||
DONGLE -. BLE .-> LEFT[Left Half/Peripheral];
|
DONGLE -. BLE .-> LEFT[Left Half/Peripheral];
|
||||||
DONGLE -. BLE .-> RIGHT[Right Half/Peripheral];
|
DONGLE -. BLE .-> RIGHT[Right Half/Peripheral];
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue