summaryrefslogtreecommitdiff
path: root/keyboards/ergoinu/readme.md
diff options
context:
space:
mode:
authorTakuya Urakawa <urkwtky@gmail.com>2018-08-17 00:36:35 +0900
committerDrashna Jaelre <drashna@live.com>2018-08-16 08:36:35 -0700
commit303ca46e77965700de40b0b1d1b41284b2ff7811 (patch)
treeeecff746fb95087dfff0a40af786fe9149e24d5a /keyboards/ergoinu/readme.md
parenta828d49f8c6e0cce16727b596ed141f173c03495 (diff)
Keyboard: add ergoinu keyboard (#3655)
* add ergoinu * remove unnecessary code * replace include guard delete unused code * remove unused RGBLED defines
Diffstat (limited to 'keyboards/ergoinu/readme.md')
-rw-r--r--keyboards/ergoinu/readme.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/ergoinu/readme.md b/keyboards/ergoinu/readme.md
new file mode 100644
index 0000000000..a0d1c18a24
--- /dev/null
+++ b/keyboards/ergoinu/readme.md
@@ -0,0 +1,21 @@
+ErgoInu
+===
+
+![ergoinu](https://i.imgur.com/4CCM8Vl.jpg)
+
+An (Not Portable But Small) Ergonomic Split Keyboard.
+
+Keyboard Maintainer: [hsgw](https://github.com/hsgw/) [twitter](https://twitter.com/hsgw)
+Hardware Supported: Pro Micro
+Hardware Availability & Repository: [https://github.com/hsgw/ergoinu](https://github.com/hsgw/ergoinu)
+
+Make example for this keyboard (after setting up your build environment):
+
+ make ergoinu:default
+
+ (or)
+
+ make ergoinu:default_jis
+
+
+See [build environment setup](https://docs.qmk.fm/build_environment_setup.html) then the [make instructions](https://docs.qmk.fm/make_instructions.html) for more information.