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 7ecf3946f7..32e6ae5f8e 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. Make example for this keyboard (after setting up your build environment): - make splitkb/kyria/rev1:default - make splitkb/kyria/rev1/proton_c:default + make splitkb/kyria/rev2:default + make splitkb/kyria/rev2/proton_c:default Example of flashing this keyboard: - make splitkb/kyria/rev1:default:flash + make splitkb/kyria/rev2:default:flash + +Replace "rev2" with "rev1" if you have a Kyria of revision 1.4 or below. +Not sure what revision yours is? It is printed on the outer lower edge of the PCB! +As a rule of thumb, all Kyrias sold after January 1st 2022 are revision 2.x. 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). |