aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/ua62/readme.md
diff options
context:
space:
mode:
authorDerek <dschmell91@gmail.com>2019-11-07 10:51:06 -0500
committerJames Young <18669334+noroadsleft@users.noreply.github.com>2019-11-07 07:51:06 -0800
commit0f249990a9cd294d63ffe40eec1b96a276c138e8 (patch)
tree0e4e3931c5802ed93411a6a5efbd9d0b6e23b55f /keyboards/ua62/readme.md
parent1ea0cac998cab60c8b2aa64ba4bd995acbece4b4 (diff)
downloadfirmware-0f249990a9cd294d63ffe40eec1b96a276c138e8.tar.gz
firmware-0f249990a9cd294d63ffe40eec1b96a276c138e8.tar.bz2
firmware-0f249990a9cd294d63ffe40eec1b96a276c138e8.zip
[Keyboard] Add UA62 keyboard (#7290)
* Added UA62 Added UA62 Keyboard * Update readme.md * Made changes based on code review Updated files. * Rename UA62.c to ua62.c * Rename UA62.h to ua62.h * Rename keyboards/UA62/readme.md to keyboards/ua62/readme.md * Rename keyboards/UA62/keymaps/default/keymap.c to keyboards/ua62/keymaps/default/keymap.c * Rename keyboards/UA62/config.h to keyboards/ua62/config.h * Update and rename keyboards/UA62/info.json to keyboards/ua62/info.json * Rename keyboards/UA62/rules.mk to keyboards/ua62/rules.mk * Rename keyboards/UA62/ua62.c to keyboards/ua62/ua62.c * Rename keyboards/UA62/ua62.h to keyboards/ua62/ua62.h * Update keyboards/ua62/readme.md
Diffstat (limited to 'keyboards/ua62/readme.md')
-rw-r--r--keyboards/ua62/readme.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/keyboards/ua62/readme.md b/keyboards/ua62/readme.md
new file mode 100644
index 000000000..62523e214
--- /dev/null
+++ b/keyboards/ua62/readme.md
@@ -0,0 +1,14 @@
+# UA62
+
+* A Universal pcb for the atreus62
+* atreus62 by profet23
+* Original atreus by Phil Hagelberg
+* Keyboard Maintainer: [NaCly](https://github.com/na-cly)
+* Hardware Supported: UA62 PCB
+* Hardware Availability: https://github.com/na-cly/UA62 (Order PCBS)
+
+Make example for this keyboard (after setting up your build environment):
+
+ make ua62: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).