diff options
author | Albert Y <76888457+filterpaper@users.noreply.github.com> | 2021-07-27 09:01:16 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-26 18:01:16 -0700 |
commit | e032fbe3265426aa4779a4b4bed384bba43b815f (patch) | |
tree | 29202728e1d0f32f8cca180d13bbc6063d0819b1 | |
parent | eb46c954dcf99d842967cc6095827316ffddd291 (diff) | |
download | qmk_firmware-e032fbe3265426aa4779a4b4bed384bba43b815f.tar.gz qmk_firmware-e032fbe3265426aa4779a4b4bed384bba43b815f.zip |
[Keyboard] Update kyria make path example (#13720)
Co-authored-by: filterpaper <filterpaper@localhost>
-rw-r--r-- | keyboards/splitkb/kyria/readme.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/splitkb/kyria/readme.md b/keyboards/splitkb/kyria/readme.md index ed4b14508..5ce652589 100644 --- a/keyboards/splitkb/kyria/readme.md +++ b/keyboards/splitkb/kyria/readme.md | |||
@@ -10,11 +10,11 @@ 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 kyria:default | 13 | make splitkb/kyria:default |
14 | 14 | ||
15 | Example of flashing this keyboard: | 15 | Example of flashing this keyboard: |
16 | 16 | ||
17 | make kyria/rev1:default:flash | 17 | make splitkb/kyria/rev1:default:flash |
18 | 18 | ||
19 | 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). | 19 | 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). |
20 | 20 | ||