summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-06-18 22:32:54 +0000
committerQMK Bot <hello@qmk.fm>2022-06-18 22:32:54 +0000
commit7f8886a1b723d2b8dceddaf63907b4e676cf1745 (patch)
tree80408c6d719495e759d5473227fef830c7e5bcf2 /docs
parent0da6562c4df570729889690e21061229c5648b73 (diff)
parentfd01feae4b4dc01ff797754748fa822b2a07fbcb (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs')
-rw-r--r--docs/feature_split_keyboard.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/feature_split_keyboard.md b/docs/feature_split_keyboard.md
index 4fac083974..4cd0768377 100644
--- a/docs/feature_split_keyboard.md
+++ b/docs/feature_split_keyboard.md
@@ -10,6 +10,8 @@ For this, we will mostly be talking about the generic implementation used by the
!> ARM split supports most QMK subsystems when using the 'serial' and 'serial_usart' drivers. I2C slave is currently unsupported.
+!> Both sides must use the same MCU family, for eg two Pro Micro-compatible controllers or two Blackpills. Currently, mixing AVR and ARM is not possible as ARM vs AVR uses different method for serial communication, and are not compatible. Moreover Blackpill's uses 3.3v logic, and atmega32u4 uses 5v logic.
+
## Compatibility Overview
| Transport | AVR | ARM |