aboutsummaryrefslogtreecommitdiff
path: root/docs/feature_split_keyboard.md
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2020-05-21 21:20:46 +0100
committerGitHub <noreply@github.com>2020-05-22 06:20:46 +1000
commit6d84795bc1e4b867725e3ddd906af9e125f71e3b (patch)
treea87bf05e33e4b19100eeb6ddd0fea1a437c114e6 /docs/feature_split_keyboard.md
parent179e5c018fcee9bcb0a7f1907cc96d44ed5cf554 (diff)
downloadqmk_firmware-6d84795bc1e4b867725e3ddd906af9e125f71e3b.tar.gz
qmk_firmware-6d84795bc1e4b867725e3ddd906af9e125f71e3b.zip
Update ARM split keyboard docs (#9160)
* Update ARM split keyboard docs * Update docs/serial_driver.md Co-authored-by: Nick Brassel <nick@tzarc.org> Co-authored-by: Nick Brassel <nick@tzarc.org>
Diffstat (limited to 'docs/feature_split_keyboard.md')
-rw-r--r--docs/feature_split_keyboard.md13
1 files changed, 12 insertions, 1 deletions
diff --git a/docs/feature_split_keyboard.md b/docs/feature_split_keyboard.md
index 66194c5f4..63374a804 100644
--- a/docs/feature_split_keyboard.md
+++ b/docs/feature_split_keyboard.md
@@ -8,9 +8,20 @@ QMK Firmware has a generic implementation that is usable by any board, as well a
8 8
9For this, we will mostly be talking about the generic implementation used by the Let's Split and other keyboards. 9For this, we will mostly be talking about the generic implementation used by the Let's Split and other keyboards.
10 10
11!> ARM is not yet supported for Split Keyboards. Progress is being made, but we are not quite there, yet. 11!> ARM is not yet fully supported for Split Keyboards and has many limitations. Progress is being made, but we have not yet reached 100% feature parity.
12 12
13 13
14## Compatibility Overview
15
16| Transport | AVR | ARM |
17|------------------------------|--------------------|--------------------|
18| ['serial'](serial_driver.md) | :heavy_check_mark: | :white_check_mark: <sup>1</sup> |
19| I2C | :heavy_check_mark: | |
20
21Notes:
22
231. Both hardware and software limitations are detailed within the [driver documentation](serial_driver.md).
24
14## Hardware Configuration 25## Hardware Configuration
15 26
16This assumes that you're using two Pro Micro-compatible controllers, and are using TRRS jacks to connect to two halves. 27This assumes that you're using two Pro Micro-compatible controllers, and are using TRRS jacks to connect to two halves.