From e032fbe3265426aa4779a4b4bed384bba43b815f Mon Sep 17 00:00:00 2001 From: Albert Y <76888457+filterpaper@users.noreply.github.com> Date: Tue, 27 Jul 2021 09:01:16 +0800 Subject: [PATCH] [Keyboard] Update kyria make path example (#13720) Co-authored-by: filterpaper --- keyboards/splitkb/kyria/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/keyboards/splitkb/kyria/readme.md b/keyboards/splitkb/kyria/readme.md index ed4b1450819..5ce652589c7 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. Make example for this keyboard (after setting up your build environment): - make kyria:default + make splitkb/kyria:default Example of flashing this keyboard: - make kyria/rev1:default:flash + make splitkb/kyria/rev1:default:flash 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).