diff options
author | Peter Park <peterchpark@gmail.com> | 2021-05-18 10:52:10 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-18 13:52:10 -0400 |
commit | 1c81e69503a0c69b46ed7f4f94b040b67489bbf4 (patch) | |
tree | d65a9b8816ef062f33dffec6cae6bfda22de59f7 /keyboards/the_uni/readme.md | |
parent | d86a97a08902c8103df6450696d497fb15cba0cb (diff) |
The Uni keyboard. Add keyboard (#12566)
* first commit
* Apply suggestions from code review
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Apply suggestions from code review by ridingqwerty
Co-authored-by: ridingqwerty <george.g.koenig@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: ridingqwerty <george.g.koenig@gmail.com>
Diffstat (limited to 'keyboards/the_uni/readme.md')
-rw-r--r-- | keyboards/the_uni/readme.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/the_uni/readme.md b/keyboards/the_uni/readme.md new file mode 100644 index 0000000000..72b5c5d2a3 --- /dev/null +++ b/keyboards/the_uni/readme.md @@ -0,0 +1,19 @@ +# The Uni + + +![The Uni](https://raw.githubusercontent.com/petercpark/The_Uni/main/Pics/layout.png) +![The Uni Closeup](https://github.com/petercpark/The_Uni/blob/main/Pics/close-up-uni.jpg?raw=true) + +A compact unibody split ortholinear keyboard made specifically for stenography. + + +- Keyboard Maintainer: [Peter C. Park](https://github.com/petercpark) +- Link to Keyboard Files: [The_Uni](https://github.com/petercpark/The_Uni) +- Hardware Supported: The Uni v1 and v2 (pro micro or equivalent) +- Hardware Availability: [website](https://www.stenokeyboards.com) + + Make example for this keyboard (after setting up your build environment): + To enter the bootloader, short the rst and gnd pins with a conductive material such as a tweezer or a wire. Uni v2 will have reset pads next to the pro micro so you can short these pads to reset the pro micro. + make the_uni:default + + 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). |