removes svg, adds png

This commit is contained in:
rasmuskoit 2024-08-04 12:29:22 +03:00
parent 877d654f0d
commit 997fc9f75b
No known key found for this signature in database
GPG key ID: 99709B876A0CD268
3 changed files with 2 additions and 3 deletions

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

View file

@ -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.
![Mermaid Connection](../assets/splits/mermaid-connection.svg)
![Mermaid Connection](../assets/splits/mermaid-connection.png)
{/* 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];
```