diff options
author | L. K. Post <Crote@users.noreply.github.com> | 2022-02-21 07:33:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-20 22:33:00 -0800 |
commit | 14fb3cc8b04d019b585b0ea25d11f2939949429f (patch) | |
tree | 0cc99d8f6681e11c6cc92793f46171803ebad391 /keyboards/splitkb/kyria/readme.md | |
parent | 9bf25d1cd5f7616d30b000d50c51acd9dfaacd41 (diff) | |
download | qmk_firmware-14fb3cc8b04d019b585b0ea25d11f2939949429f.tar.gz qmk_firmware-14fb3cc8b04d019b585b0ea25d11f2939949429f.zip |
[Keyboard] Add Kyria rev. 2 (#16178)
Diffstat (limited to 'keyboards/splitkb/kyria/readme.md')
-rw-r--r-- | keyboards/splitkb/kyria/readme.md | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/keyboards/splitkb/kyria/readme.md b/keyboards/splitkb/kyria/readme.md index 7ecf3946f..32e6ae5f8 100644 --- a/keyboards/splitkb/kyria/readme.md +++ b/keyboards/splitkb/kyria/readme.md | |||
@@ -10,12 +10,16 @@ Hardware Availability: [splitkb.com](https://splitkb.com) and partners. | |||
10 | 10 | ||
11 | Make example for this keyboard (after setting up your build environment): | 11 | Make example for this keyboard (after setting up your build environment): |
12 | 12 | ||
13 | make splitkb/kyria/rev1:default | 13 | make splitkb/kyria/rev2:default |
14 | make splitkb/kyria/rev1/proton_c:default | 14 | make splitkb/kyria/rev2/proton_c:default |
15 | 15 | ||
16 | Example of flashing this keyboard: | 16 | Example of flashing this keyboard: |
17 | 17 | ||
18 | make splitkb/kyria/rev1:default:flash | 18 | make splitkb/kyria/rev2:default:flash |
19 | |||
20 | Replace "rev2" with "rev1" if you have a Kyria of revision 1.4 or below. | ||
21 | Not sure what revision yours is? It is printed on the outer lower edge of the PCB! | ||
22 | As a rule of thumb, all Kyrias sold after January 1st 2022 are revision 2.x. | ||
19 | 23 | ||
20 | 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). | 24 | 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). |
21 | 25 | ||