summaryrefslogtreecommitdiffstats
path: root/keyboards/lets_split/readme.md
diff options
context:
space:
mode:
authorDanny Nguyen <danny@80pct.com>2017-04-03 19:23:23 +0200
committerDanny Nguyen <danny@80pct.com>2017-04-03 19:24:20 +0200
commit133ed52466f1a6d29974f1efc1deddcdafe773a8 (patch)
tree757e4f9aad7f47ccf3ff2741784e0a89537eb2c5 /keyboards/lets_split/readme.md
parente3aeab356afd52299bf6cf05b5c99995ce167275 (diff)
downloadqmk_firmware-133ed52466f1a6d29974f1efc1deddcdafe773a8.tar.gz
qmk_firmware-133ed52466f1a6d29974f1efc1deddcdafe773a8.tar.xz
Update Let’s Split readme
Diffstat (limited to 'keyboards/lets_split/readme.md')
-rw-r--r--keyboards/lets_split/readme.md12
1 files changed, 9 insertions, 3 deletions
diff --git a/keyboards/lets_split/readme.md b/keyboards/lets_split/readme.md
index ecce3f415..a8525a2e9 100644
--- a/keyboards/lets_split/readme.md
+++ b/keyboards/lets_split/readme.md
@@ -7,6 +7,12 @@ Split keyboard firmware for Arduino Pro Micro or other ATmega32u4
based boards.
+## Build Guide
+
+A build guide for putting together the Let's Split v2 can be found here: [An Overly Verbose Guide to Building a Let's Split Keyboard](https://github.com/nicinabox/lets-split-guide)
+
+There is additional information there about flashing and adding RGB underglow.
+
## First Time Setup
Download or clone the whole firmware and navigate to the keyboards/lets_split directory. Once your dev env is setup, you'll be able to generate the default .hex using:
@@ -62,8 +68,8 @@ Apart from diodes and key switches for the keyboard matrix in each half, you
will need:
* 2 Arduino Pro Micro's. You can find theses on aliexpress for ≈3.50USD each.
-* 2 TRS sockets
-* 1 TRS cable.
+* 2 TRRS sockets
+* 1 TRRS cable.
Alternatively, you can use any sort of cable and socket that has at least 3
wires. If you want to use I2C to communicate between halves, you will need a
@@ -77,7 +83,7 @@ A speaker can be hooked-up to either side to the `5` (`C6`) pin and `GND`, and t
Wiring
------
-The 3 wires of the TRS cable need to connect GND, VCC, and digital pin 3 (i.e.
+The 3 wires of the TRRS cable need to connect GND, VCC, and digital pin 3 (i.e.
PD0 on the ATmega32u4) between the two Pro Micros.
Then wire your key matrix to any of the remaining 17 IO pins of the pro micro