diff options
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 | ||