diff options
author | Caleb Lightfoot <caleblightfoot05@gmail.com> | 2020-11-17 14:46:23 -0600 |
---|---|---|
committer | innovaker <66737976+innovaker@users.noreply.github.com> | 2020-11-17 20:56:27 +0000 |
commit | 3adbdffd0c77861582adedbfe06cb3646fcf4e8b (patch) | |
tree | 4a4e22e3c5d31e387812be86a38934189b7cc9ad | |
parent | 4a8a6c58fbb6fa874142a0ad85613155c24c5e02 (diff) |
docs: Add wired split FAQ
-rw-r--r-- | docs/docs/faq.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/docs/faq.md b/docs/docs/faq.md index 3822c0d..7417a49 100644 --- a/docs/docs/faq.md +++ b/docs/docs/faq.md @@ -76,6 +76,10 @@ Therefore in ZMK, [board](#what-is-a-board) and [shield](#what-is-a-shield) are Please note, many keyboards only have a single PCB which includes the “brains” (MCU) onboard. In ZMK, these have no [shield](#what-is-a-shield), only a [board](#what-is-a-board). +### Does ZMK support wired split? + +Currently, ZMK only supports wireless split, but wired split is possible and we welcome contributions! + ### What bootloader does ZMK use? ZMK isn’t designed for any particular bootloader, and supports flashing different boards with different flash utilities (e.g. OpenOCD, nrfjprog, etc.). So if you have any difficulties, please let us know on [Discord](https://zmkfirmware.dev/community/discord/invite)! |