diff options
Diffstat (limited to 'keyboards/mnk50/readme.md')
| -rwxr-xr-x | keyboards/mnk50/readme.md | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/keyboards/mnk50/readme.md b/keyboards/mnk50/readme.md new file mode 100755 index 000000000..f8484e9d3 --- /dev/null +++ b/keyboards/mnk50/readme.md | |||
| @@ -0,0 +1,32 @@ | |||
| 1 | # MNK40 | ||
| 2 | |||
| 3 | This is a 40% keyboard. It supports VIA. | ||
| 4 | |||
| 5 | * Keyboard Maintainer: [Yiancar](http://yiancar-designs.com/) and on [GitHub](https://github.com/yiancar) | ||
| 6 | * Hardware Supported: A 40% keyboard with STM32F072CB | ||
| 7 | * Hardware Availability: https://www.monokei.co | ||
| 8 | |||
| 9 | ## Instructions | ||
| 10 | |||
| 11 | ### Build | ||
| 12 | |||
| 13 | Make example for this keyboard (after setting up your build environment): | ||
| 14 | |||
| 15 | make mnk50:default | ||
| 16 | |||
| 17 | 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). | ||
| 18 | |||
| 19 | ### Reset | ||
| 20 | |||
| 21 | - Unplug | ||
| 22 | - Hold Escape | ||
| 23 | - Plug In | ||
| 24 | - Unplug | ||
| 25 | - Release Escape | ||
| 26 | |||
| 27 | ### Flash | ||
| 28 | |||
| 29 | - Unplug | ||
| 30 | - Hold Escape | ||
| 31 | - Plug In | ||
| 32 | - Flash using QMK Toolbox or CLI (`make mnk50:<keymap>:flash`) | ||
