diff options
author | Joel Challis <git@zvecr.com> | 2019-07-20 21:35:30 +0100 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-07-20 13:35:30 -0700 |
commit | 0da743d80ba9c8dc913f46f91e16354883ac27ac (patch) | |
tree | cd0dddf90b9e7967050cff71b4ef024b66411b00 /keyboards/handwired/splittest/teensy_2/readme.md | |
parent | 7afae46ea6075a5410d230fb8c35eaacd1872ba2 (diff) |
[Keyboard] Refactor handwired/splittest to support multiple boards (#6373)
* Refactor splittest to support multiple dev boards
* Refactor splittest to support multiple dev boards - revert change to number of RGB led
* Refactor splittest to support multiple dev boards - update docs
* Refactor splittest to support multiple dev boards - correct docs
* Refactor splittest to support multiple dev boards - update teensy master logic
Diffstat (limited to 'keyboards/handwired/splittest/teensy_2/readme.md')
-rw-r--r-- | keyboards/handwired/splittest/teensy_2/readme.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/keyboards/handwired/splittest/teensy_2/readme.md b/keyboards/handwired/splittest/teensy_2/readme.md new file mode 100644 index 0000000000..ed5f845d20 --- /dev/null +++ b/keyboards/handwired/splittest/teensy_2/readme.md @@ -0,0 +1,11 @@ +# Teensy 2.0 splittest + +To trigger keypress, short together pins *F5* and *F7* + +## Wiring +- Add switches to both Teensy 2s across F5 and F7 pins +- Add pull-up resistor to left side between VCC and F0 +- Add pull-down resistors to right side between GND and F0 +- Connect the following pins on both sides together: D0, D1, GND, VCC +- Add I2C 4.7kOhm resistors between D0 and VCC, and D1 and VCC +- Wire Di of RGB strip for each half to D3 |