rename from splits to dongle
This commit is contained in:
parent
21bb47d82d
commit
afe40027a4
3 changed files with 8 additions and 4 deletions
Before Width: | Height: | Size: 209 KiB After Width: | Height: | Size: 209 KiB |
|
@ -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.
|
||||||
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
{/* Here is an example diagram of a split keyboard with a dongle:
|
{/* Here is an example diagram of a split keyboard with a dongle:
|
||||||
|
|
|
@ -44,7 +44,7 @@ module.exports = {
|
||||||
"features/backlight",
|
"features/backlight",
|
||||||
"features/battery",
|
"features/battery",
|
||||||
"features/soft-off",
|
"features/soft-off",
|
||||||
"features/splits",
|
"features/dongle",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue