diff options
author | Markus Knutsson <markus.knutsson@tweety.se> | 2021-06-14 05:20:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-13 20:20:19 -0700 |
commit | 449b4b8d86b9ea24321b9aa0a32fc58c796eb447 (patch) | |
tree | 10fdf6a88864e141c3ac118c103668e1aad38dae | |
parent | 3d62e1dfbf4addea1ca9023cfab76622c061fc8b (diff) | |
download | qmk_firmware-449b4b8d86b9ea24321b9aa0a32fc58c796eb447.tar.gz qmk_firmware-449b4b8d86b9ea24321b9aa0a32fc58c796eb447.zip |
[Docs] Update feature_split_keyboard.md (#13205)
-rw-r--r-- | docs/feature_split_keyboard.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/feature_split_keyboard.md b/docs/feature_split_keyboard.md index bc09b2a5cc..4ebf585f5c 100644 --- a/docs/feature_split_keyboard.md +++ b/docs/feature_split_keyboard.md @@ -60,6 +60,7 @@ The 3 wires of the TRS/TRRS cable need to connect GND, VCC, and D0/D1/D2/D3 (aka The 4 wires of the TRRS cable need to connect GND, VCC, and SCL and SDA (aka PD0/pin 3 and PD1/pin 2, respectively) between the two Pro Micros. The pull-up resistors may be placed on either half. If you wish to use the halves independently, it is also possible to use 4 resistors and have the pull-ups in both halves. +Note that the total resistance for the connected system should be within spec at 2.2k-10kOhm, with an 'ideal' at 4.7kOhm, regardless of the placement and number. <img alt="sk-i2c-connection-mono" src="https://user-images.githubusercontent.com/2170248/92297182-92b98580-ef77-11ea-9d7d-d6033914af43.JPG" width="50%"/> |