diff --git a/docs/docs/assets/splits/mermaid-connection.png b/docs/docs/assets/splits/mermaid-connection.png new file mode 100644 index 00000000..0087ed48 Binary files /dev/null and b/docs/docs/assets/splits/mermaid-connection.png differ diff --git a/docs/docs/assets/splits/mermaid-connection.svg b/docs/docs/assets/splits/mermaid-connection.svg deleted file mode 100644 index 877ddb64..00000000 --- a/docs/docs/assets/splits/mermaid-connection.svg +++ /dev/null @@ -1 +0,0 @@ -
USB/BLE
BLE
BLE
Computer/Host Device
Dongle/Central
Left Half/Peripheral
Right Half/Peripheral
\ No newline at end of file diff --git a/docs/docs/features/splits.mdx b/docs/docs/features/splits.mdx index a4bc68cc..ed7e6806 100644 --- a/docs/docs/features/splits.mdx +++ b/docs/docs/features/splits.mdx @@ -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]; ```