From cdd7df4c7a791d9402e2d0602b9d87400ebc9ea6 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Tue, 5 Jan 2021 22:01:23 +0000 Subject: [PATCH] Move note about pairing only the central portion of a split keyboard to the main setup docs instead of FAQ --- docs/docs/faq.md | 4 ---- docs/docs/user-setup.md | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/docs/faq.md b/docs/docs/faq.md index 96c6b575..663c547b 100644 --- a/docs/docs/faq.md +++ b/docs/docs/faq.md @@ -80,10 +80,6 @@ Please note, many keyboards only have a single PCB which includes the “brains Currently, ZMK only supports wireless split, but wired split is possible and we welcome contributions! -### Pairing Split Keyboards - -Only the central half of a keyboard should be paired to a computer or device. The peripheral half will auto-connect to the central half via BLE and should _not_ be paired directly to a computer or device. - ### Powering Split Keyboards Keyboard halves should be powered _independently_ of each other. diff --git a/docs/docs/user-setup.md b/docs/docs/user-setup.md index afab9817..11101c49 100644 --- a/docs/docs/user-setup.md +++ b/docs/docs/user-setup.md @@ -200,3 +200,7 @@ ZMK support multiple BLE “profiles”, which allows you to connect to and swit ### Connecting Split Keyboard Halves For split keyboards, after flashing each half individually you can connect them together by resetting them at the same time. Within a few seconds of resetting, both halves should automatically connect to each other. + +#### Pairing Split Keyboards + +Only the central half of a keyboard should be paired to a computer or device. The peripheral half will auto-connect to the central half via BLE and should _not_ be paired directly to a computer or device. \ No newline at end of file