diff options
author | Danny <nooges@users.noreply.github.com> | 2019-10-29 19:56:12 -0400 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-10-29 16:56:12 -0700 |
commit | 3817ff7cc00910c0bd6f638064580a70f9b156c1 (patch) | |
tree | ad05bf02b23f3619c9814fdfb7e805bf2b75771d /keyboards/keebio/iris/readme.md | |
parent | 606813b72dc8645d59afb51775e6554b6c97769d (diff) |
[Keyboard] Move Nyquist/Iris rules.mk files, update READMEs (#7196)
* Migrate Nyquist rules.mk files to be version specific and update flash command
* Migrate Iris rules.mk files to be version specific and update flash command
Diffstat (limited to 'keyboards/keebio/iris/readme.md')
-rw-r--r-- | keyboards/keebio/iris/readme.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/keebio/iris/readme.md b/keyboards/keebio/iris/readme.md index 6d166e7564..00126a3908 100644 --- a/keyboards/keebio/iris/readme.md +++ b/keyboards/keebio/iris/readme.md @@ -4,16 +4,16 @@ Iris A split ergo 4x6 keyboard with 3 or 4 thumb keys made and sold by Keebio. [More info at Keebio](https://keeb.io). Keyboard Maintainer: [Bakingpy/nooges](https://github.com/nooges) -Hardware Supported: Pro Micro +Hardware Supported: Pro Micro, ATmega32u4 Hardware Availability: [Keebio](https://keeb.io) Make example for this keyboard (after setting up your build environment): - make keebio/iris/rev2:default + make keebio/iris/rev4:default Example of flashing this keyboard: - make keebio/iris/rev2:default:avrdude + make keebio/iris/rev4:default:flash See [build environment setup](https://docs.qmk.fm/#/newbs_getting_started) then the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. |