summaryrefslogtreecommitdiff
path: root/keyboards/iriskeyboards/readme.md
diff options
context:
space:
mode:
authorSonOfAres <80911120+SonOfAres@users.noreply.github.com>2021-04-22 17:15:28 -0400
committerGitHub <noreply@github.com>2021-04-22 17:15:28 -0400
commit54dc6b7bf28051a44db9c5e1d2fabdfa345b5cdf (patch)
treec789600dc365d96320285f0e3f060df71f6201d7 /keyboards/iriskeyboards/readme.md
parentffa1507c2c27cf9d1e6fcceeb5a7810a8d2eae19 (diff)
adding keyboard (#12414)
* adding keyboard * Update keyboards/iriskeyboards/readme.md - picture size Co-authored-by: Ryan <fauxpark@gmail.com> * Delete iriskeyboards.json, it belongs in VIA repo * Update info.json * Update readme.md * Update keyboards/iriskeyboards/keymaps/default/keymap.c Removing unnecessary layers Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/iriskeyboards/readme.md')
-rw-r--r--keyboards/iriskeyboards/readme.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/iriskeyboards/readme.md b/keyboards/iriskeyboards/readme.md
new file mode 100644
index 0000000000..615978f25d
--- /dev/null
+++ b/keyboards/iriskeyboards/readme.md
@@ -0,0 +1,21 @@
+# iriskeyboards
+
+![IrisRev0](https://i.imgur.com/sCrZ43rh.jpg)
+
+Iris Rev0 is an experimental keyboard with a unique gasket-style mounting option which offers a different kind of feel, as typical PORON and rubber gaskets are much harder.
+
+A few different layouts are supported such as 7u bottom row, ISO support, split backspace and right-shift.
+
+* Keyboard Maintainer: [SonOfAres](https://github.com/SonOfAres)
+* Hardware Supported: All Iris Rev0.XX PCBs
+* Hardware Availability: [iriskeyboards.com](https://www.iriskeyboards.com/en) Currently unavailable - still in testing
+
+Make example for this keyboard (after setting up your build environment):
+
+ make iriskeyboards:default
+
+Flashing example for this keyboard:
+
+ make iriskeyboards:default:flash
+
+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).