diff options
author | yiancar <yiangosyiangou@cytanet.com.cy> | 2022-02-06 05:18:10 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-05 21:18:10 -0800 |
commit | 095f0bfe020cfc9eac399df2c100f11ca2bb8635 (patch) | |
tree | 3be88e1d33962ac1e41c2c777f23d93f7d60a3f3 /keyboards/mnk75/readme.md | |
parent | 7a0b07f84b4afe95342aa1d311055961bd217b29 (diff) |
[Keyboard] Mnk75 (#15879)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: yiancar <yiancar@gmail.com>
Diffstat (limited to 'keyboards/mnk75/readme.md')
-rwxr-xr-x | keyboards/mnk75/readme.md | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/keyboards/mnk75/readme.md b/keyboards/mnk75/readme.md new file mode 100755 index 0000000000..631ca246e7 --- /dev/null +++ b/keyboards/mnk75/readme.md @@ -0,0 +1,32 @@ +# MNK75 + +This is a 75% layout PCB. It supports VIA. + +* Keyboard Maintainer: [Yiancar](http://yiancar-designs.com/) and on [GitHub](https://github.com/yiancar) +* Hardware Supported: A 75% keyboard with STM32F072CB +* Hardware Availability: https://monokei.co/ + +## Instructions + +### Build + +Make example for this keyboard (after setting up your build environment): + + make mnk75: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). + +### Reset + +- Unplug +- Hold Escape +- Plug In +- Unplug +- Release Escape + +### Flash + +- Unplug +- Hold Escape +- Plug In +- Flash using QMK Toolbox or CLI (`make mnk75:<keymap>:flash`) |