diff options
author | blindassassin111 <38090555+blindassassin111@users.noreply.github.com> | 2018-08-31 10:15:09 -0500 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-08-31 08:15:09 -0700 |
commit | 4e45119796049f1c2f9e0c99a0ad6f0f932691b5 (patch) | |
tree | f1b745c76590999330bce9add2ea8022ec41897e /keyboards/z150_blackheart/readme.md | |
parent | f9eedd7ce741f15a1d5ff7327cb44d3979a46e35 (diff) | |
download | qmk_firmware-4e45119796049f1c2f9e0c99a0ad6f0f932691b5.tar.gz |
Keyboard: Adding Z-150 PCB firmware (#3793)
* Adding the AT101 PCB firmware
* Fixed AT101 keymap error
* Fixing AT101 firmware
* More Fixes for AT101 firmware
* Rename AT101_Blackheart.c to at101_blackheart.c
* Rename AT101_Blackheart.h to at101_blackheart.h
* Update readme.md
* Renaming AT101 folder pt1
* Renaming AT101 folder pt2
* Fixing AT101 LED function name
* Redoing AT101 folder naming pt2
Last round had issues, should be the last rename.
* Fixing missing comma in at101_blackheart.h
* Adding Z-150 PCB
* Adding Z-150 readme file
* Fixing Z-150 firmware errors
* Fixing Z-150 layout error
* Fixing Z-150 firmware errors
* Fixing Z-150 Issues
Still unsure where the extra "\" is that through the error.
* Fixing more Z-150 errors
* Finally fixing the Z-150 error
* Fixed Z-150 layout naming
* Removed Z-150 layout fillers
Diffstat (limited to 'keyboards/z150_blackheart/readme.md')
-rw-r--r-- | keyboards/z150_blackheart/readme.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/keyboards/z150_blackheart/readme.md b/keyboards/z150_blackheart/readme.md new file mode 100644 index 000000000..5e87b6c8f --- /dev/null +++ b/keyboards/z150_blackheart/readme.md @@ -0,0 +1,14 @@ +Z-150 Blackheart PCB +=== + +A replacement PCB for Zenith Z-150 keyboards. + +Keyboard Maintainer: QMK Community and blindassassin111 +Hardware Supported: Z-150 blackheart PCB +Hardware Availability: https://deskthority.net/group-buys-f50/programmable-vintage-board-pcbs-omnikey-at101-and-z-150-t19325.html + +Make example for this keyboard (after setting up your build environment): + + make z150_blackheart: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). |