diff options
author | Sife-ops <55699197+Sife-ops@users.noreply.github.com> | 2021-05-16 01:56:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-15 18:56:46 -0700 |
commit | a5d7e83985ae07689cc71ab1dd2755a8ac335df3 (patch) | |
tree | 3610e7869ead342beb239e6c6201043e117cd94e /keyboards/converter/periboard_512/readme.md | |
parent | 173aed3d0e7715eb10f3deee01c8081e7255f5ab (diff) | |
download | qmk_firmware-a5d7e83985ae07689cc71ab1dd2755a8ac335df3.tar.gz qmk_firmware-a5d7e83985ae07689cc71ab1dd2755a8ac335df3.zip |
[Keyboard] Added Perixx Periboard-512 Converter (#12324)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/converter/periboard_512/readme.md')
-rw-r--r-- | keyboards/converter/periboard_512/readme.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/converter/periboard_512/readme.md b/keyboards/converter/periboard_512/readme.md new file mode 100644 index 0000000000..026a90154b --- /dev/null +++ b/keyboards/converter/periboard_512/readme.md @@ -0,0 +1,21 @@ +# Periboard-512 + +![Periboard-512](https://i.imgur.com/ohd61TK.jpeg) + +For this project I converted low-cost consumer keyboard to QMK using a Perixx Periboard-512 and a Teensy++ 2.0. + +* Keyboard Maintainer: [Sife-ops](https://github.com/Sife-ops) +* Hardware Supported: Periboard-512, Teensy++ 2.0 +* Hardware Availability: [Periboard-512](https://www.amazon.com/Perixx-PERIBOARD-512-Ergonomic-Split-Keyboard/dp/B075GZVD4T), [Teensy++ 2.0](https://www.pjrc.com/store/teensypp.html) + +Make example for this keyboard (after setting up your build environment): + + make converter/periboard_512:default + +Flashing example for this keyboard: + + make converter/periboard_512:default:flash + +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). + +[Build guide](https://gist.github.com/Sife-ops/af1916136d641ffee86e8f0f62afc5a4) |