rename from splits to dongle

This commit is contained in:
rasmuskoit 2024-08-05 20:59:18 +03:00
parent 21bb47d82d
commit afe40027a4
No known key found for this signature in database
GPG key ID: 99709B876A0CD268
3 changed files with 8 additions and 4 deletions

View file

Before

Width:  |  Height:  |  Size: 209 KiB

After

Width:  |  Height:  |  Size: 209 KiB

View file

@ -1,8 +1,12 @@
--- ---
title: Split boards with Dongles title: Keyboard Dongle
sidebar_label: Split & Dongle sidebar_label: Keyboard Dongle
--- ---
:::warning
This implementation is experimental and subject to change.
:::
ZMK supports split keyboards that communicate wirelessly using BLE. Commonly these keyboards are split into two halves, each with its own microcontroller and battery. ZMK supports split keyboards that communicate wirelessly using BLE. Commonly these keyboards are split into two halves, each with its own microcontroller and battery.
Usually the left half of the keyboard is given the split role of central, and the right half is given the split role of peripheral. Usually the left half of the keyboard is given the split role of central, and the right half is given the split role of peripheral.
The central half is responsible for communicating with the peripheral half and the host device. The central half is responsible for communicating with the peripheral half and the host device.
@ -19,7 +23,7 @@ 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.
![Mermaid Connection](../assets/splits/mermaid-connection.png) ![Mermaid Connection](../assets/dongle/mermaid-connection.png)
{/* Here is an example diagram of a split keyboard with a dongle: {/* Here is an example diagram of a split keyboard with a dongle:

View file

@ -44,7 +44,7 @@ module.exports = {
"features/backlight", "features/backlight",
"features/battery", "features/battery",
"features/soft-off", "features/soft-off",
"features/splits", "features/dongle",
], ],
}, },
{ {