From f392272ee4428bc5fadd7a6195312e139b4aa3d6 Mon Sep 17 00:00:00 2001 From: Daniel Schaefer Date: Thu, 29 Dec 2022 23:52:44 +0800 Subject: [PATCH] lotus: Update building and flashing instructions Signed-off-by: Daniel Schaefer --- keyboards/lotus/readme.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/keyboards/lotus/readme.md b/keyboards/lotus/readme.md index 0b8edd775f..55979e0458 100644 --- a/keyboards/lotus/readme.md +++ b/keyboards/lotus/readme.md @@ -8,15 +8,15 @@ Keyboard input module for Lotus. Make example for this keyboard (after setting up your build environment): - qmk compile -kb lotus -km 78_ansi - qmk compile -kb lotus -km 79_iso - qmk compile -kb lotus -km 83_jis + qmk compile -kb lotus/ansi -km default + qmk compile -kb lotus/iso -km default + qmk compile -kb lotus/jis -km default + qmk compile -kb lotus/numpad -km default + qmk compile -kb lotus/gridpad -km default Flashing example for this keyboard: - qmk compile -kb lotus -km 78_ansi - qmk compile -kb lotus -km 79_iso - qmk compile -kb lotus -km 83_jis + qmk compile -kb lotus/ansi -km default 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).