summaryrefslogtreecommitdiff
path: root/keyboards/nack/readme.md
diff options
context:
space:
mode:
authorpastapojken <6597735+pastapojken@users.noreply.github.com>2020-11-18 17:56:59 +0100
committerGitHub <noreply@github.com>2020-11-18 16:56:59 +0000
commitad5cbe59820ac1f9922f2db2d6d1e7f2a8f50519 (patch)
tree57048e17a912a17724b9e1305d528a5be37813cd /keyboards/nack/readme.md
parent58f2e0439eb372eecaa2e8e2788bb67969e95e16 (diff)
Added new keyboard - nack (#10940)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/nack/readme.md')
-rw-r--r--keyboards/nack/readme.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/nack/readme.md b/keyboards/nack/readme.md
new file mode 100644
index 0000000000..6a1adeaf7b
--- /dev/null
+++ b/keyboards/nack/readme.md
@@ -0,0 +1,21 @@
+# nack
+
+
+A ISO-friendly ortholinear keyboard, 13x4 keys.
+See [screenshots](https://imgur.com/a/PPO18Lc).
+
+* Keyboard Maintainer: [pastapojken](https://github.com/pastapojken)
+* Hardware Supported: nack PCB
+* Hardware Availability: [github repo](https://github.com/pastapojken/nack)
+
+Make example for this keyboard (after setting up your build environment):
+
+ make nack:default
+
+Flashing example for this keyboard:
+
+ make nack:default:flash
+
+To reset the board into bootloader mode, press the reset button on top of the keyboard. It's the tiny button to the upper left of the board. If you are using the official case/plate you might need to use something thin to reach & press it.
+
+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).