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/nyquist/readme.md | |
parent | 606813b72dc8645d59afb51775e6554b6c97769d (diff) | |
download | qmk_firmware-3817ff7cc00910c0bd6f638064580a70f9b156c1.tar.gz |
[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/nyquist/readme.md')
-rw-r--r-- | keyboards/keebio/nyquist/readme.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/keebio/nyquist/readme.md b/keyboards/keebio/nyquist/readme.md index 9fa7259d8..40e7ebf3d 100644 --- a/keyboards/keebio/nyquist/readme.md +++ b/keyboards/keebio/nyquist/readme.md @@ -4,16 +4,16 @@ Nyquist A split 60% split 5x12 ortholinear keyboard 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/nyquist/rev2:default + make keebio/nyquist/rev3:default Example of flashing this keyboard: - make keebio/nyquist/rev2:default:avrdude + make keebio/nyquist/rev3:default:flash See [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) then the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. |