[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
This commit is contained in:
Danny 2019-10-29 19:56:12 -04:00 committed by Drashna Jaelre
parent 606813b72d
commit 3817ff7cc0
12 changed files with 275 additions and 99 deletions

View file

@ -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.