From 10339390336f7e20b5a5f3e83444d74c4a54e6bd Mon Sep 17 00:00:00 2001 From: tzarc Date: Mon, 3 Apr 2023 05:43:45 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20qmk/qmk?= =?UTF-8?q?=5Ffirmware@12de0297edc601be867ea4e32b741967e88a2847=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- newbs_getting_started.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/newbs_getting_started.md b/newbs_getting_started.md index 91bfa083102..b0d28d89d16 100644 --- a/newbs_getting_started.md +++ b/newbs_getting_started.md @@ -172,6 +172,8 @@ For example, to build a firmware for a Clueboard 66% you would use: qmk compile -kb clueboard/66/rev3 -km default +?> The keyboard option is the path relative to the keyboard directory, the above example would be found in `qmk_firmware/keyboards/clueboard/66/rev3`. If you're unsure you can view a full list of supported keyboards with `qmk list-keyboards`. + When it is done you should have a lot of output that ends similar to this: ```