diff options
author | Danny <nooges@users.noreply.github.com> | 2019-03-15 17:28:38 -0400 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-03-15 14:28:38 -0700 |
commit | 22e499efdb12d277b9847dea8809ba1b717e071f (patch) | |
tree | a7de69c593c457357a3e35145d20dff3055b47f4 /keyboards/handwired/splittest/readme.md | |
parent | 3c257c1c6e1685a2ce37951c26d13bcb8fad749d (diff) | |
download | firmware-22e499efdb12d277b9847dea8809ba1b717e071f.tar.gz firmware-22e499efdb12d277b9847dea8809ba1b717e071f.tar.bz2 firmware-22e499efdb12d277b9847dea8809ba1b717e071f.zip |
[Keyboard] Add handwired split tester (#5413)
* Add handwired split tester
* Update keyboards/handwired/splittest/readme.md
Co-Authored-By: nooges <nooges@users.noreply.github.com>
* Update keyboards/handwired/splittest/readme.md
Co-Authored-By: nooges <nooges@users.noreply.github.com>
Diffstat (limited to 'keyboards/handwired/splittest/readme.md')
-rw-r--r-- | keyboards/handwired/splittest/readme.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/keyboards/handwired/splittest/readme.md b/keyboards/handwired/splittest/readme.md new file mode 100644 index 000000000..3dbff32ed --- /dev/null +++ b/keyboards/handwired/splittest/readme.md @@ -0,0 +1,26 @@ +Split Tester +============ + +A two-switch tester built using two Pro Micros, mainly intended to test RGB on split keyboards. Seen here: https://www.instagram.com/p/BvCPNzynwrV/ + +Keyboard Maintainer: [Bakingpy/nooges](https://github.com/nooges) +Hardware Supported: Pro Micro + +Make example for this keyboard (after setting up your build environment): + + make handwired/splittest:default + +Example of flashing this keyboard: + + make handwired/splittest:default:avrdude + +See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). + +Wiring +------ +- Add switches to both Pro Micros across B3 and B6 pins +- Add pull-up resistor to left side between VCC and F6 +- Add pull-down resistors to right side between GND and F6 +- 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 D2 |