summaryrefslogtreecommitdiff
path: root/keyboards/handwired/unk/readme.md
diff options
context:
space:
mode:
authorHerpiko Dwi Aguno <herpiko@aguno.xyz>2020-06-30 06:32:59 +0700
committerGitHub <noreply@github.com>2020-06-29 16:32:59 -0700
commit6d6340a82b3ed61f5dd2a40dac78712d7bd736fd (patch)
treeec643d06acf6a4f0635c70d7b96e1397769ce040 /keyboards/handwired/unk/readme.md
parent67beec5e94eefade8d22be10a5308373ddb54118 (diff)
[Keyboard] Add UNK keyboard. (#9571)
* Add UNK keyboard. * Update keyboards/handwired/unk/info.json * Use KC_NO to block out nonexistent matrix positions. * Update keyboards/handwired/unk/readme.md * Update keyboards/handwired/unk/keymaps/default/keymap.c
Diffstat (limited to 'keyboards/handwired/unk/readme.md')
-rw-r--r--keyboards/handwired/unk/readme.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/keyboards/handwired/unk/readme.md b/keyboards/handwired/unk/readme.md
new file mode 100644
index 0000000000..c4fbf6f22e
--- /dev/null
+++ b/keyboards/handwired/unk/readme.md
@@ -0,0 +1,15 @@
+# UNK
+
+A split 65% handwired keyboard made by herpiko.
+
+* Keyboard Maintainer: [herpiko](https://github.com/herpiko)
+* Hardware Supported: Pro Micro
+* Hardware Availability: https://github.com/herpiko/unk
+
+Make example for this keyboard (after setting up your build environment):
+
+ make handwired/unk/rev1: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).
+
+Build logs and files are available here: [UNK](https://github.com/herpiko/unk)