diff --git a/docs/docs/features/splits.mdx b/docs/docs/features/splits.mdx index ae1b4678..a4b707a0 100644 --- a/docs/docs/features/splits.mdx +++ b/docs/docs/features/splits.mdx @@ -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.