removes svg, adds png
This commit is contained in:
parent
877d654f0d
commit
997fc9f75b
3 changed files with 2 additions and 3 deletions
docs/docs
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 ![]() (image error) Size: 209 KiB |
File diff suppressed because one or more lines are too long
Before (image error) 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.
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
{/* Here is an example diagram of a split keyboard with a dongle:
|
||||
|
||||
```mermaid
|
||||
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 .-> RIGHT[Right Half/Peripheral];
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue