From aee7df18aac839c1a7540cbc060827b56edcfa9a Mon Sep 17 00:00:00 2001 From: filterpaper Date: Mon, 25 Oct 2021 11:35:39 +0800 Subject: [PATCH 1/3] Add instructions to create keymap before proceeding iwth compile --- docs/newbs_getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/newbs_getting_started.md b/docs/newbs_getting_started.md index b434a04bbef3..89b3a605259c 100644 --- a/docs/newbs_getting_started.md +++ b/docs/newbs_getting_started.md @@ -194,7 +194,7 @@ You can also set your default keymap name. Most people use their GitHub username qmk config user.keymap= -After this you can leave those arguments off and compile your keyboard like this: +After this you can leave those arguments off and compile your keyboard like this after creating your keymap in the next section: qmk compile From a6b58f8915ca76208c9cc8f7d7a82be468081670 Mon Sep 17 00:00:00 2001 From: filterpaper Date: Mon, 25 Oct 2021 11:41:32 +0800 Subject: [PATCH 2/3] Use the word following --- docs/newbs_getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/newbs_getting_started.md b/docs/newbs_getting_started.md index 89b3a605259c..75d4a6f6a182 100644 --- a/docs/newbs_getting_started.md +++ b/docs/newbs_getting_started.md @@ -194,7 +194,7 @@ You can also set your default keymap name. Most people use their GitHub username qmk config user.keymap= -After this you can leave those arguments off and compile your keyboard like this after creating your keymap in the next section: +After this you can leave those arguments off and compile your keyboard like this, following the creation of your keymap in the next section: qmk compile From 34532eee70dc044c9b541b1295b646e4166ca303 Mon Sep 17 00:00:00 2001 From: filterpaper Date: Mon, 25 Oct 2021 15:29:03 +0800 Subject: [PATCH 3/3] Simplify the sentence --- docs/newbs_getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/newbs_getting_started.md b/docs/newbs_getting_started.md index 75d4a6f6a182..5dbaa56169f4 100644 --- a/docs/newbs_getting_started.md +++ b/docs/newbs_getting_started.md @@ -194,7 +194,7 @@ You can also set your default keymap name. Most people use their GitHub username qmk config user.keymap= -After this you can leave those arguments off and compile your keyboard like this, following the creation of your keymap in the next section: +The keyboard can now be compiled without arguments using the following command after creating your keymap in the next section: qmk compile