aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornoroadsleft <18669334+noroadsleft@users.noreply.github.com>2019-02-21 09:24:59 -0800
committerDrashna Jaelre <drashna@live.com>2019-02-21 09:24:59 -0800
commit9c73a4a5c6814d09b47ec9d0778051435c047fa3 (patch)
treebbbdb7e054a19a5ad493c06c62362774cdcd1c46
parent0c607f8bf78a735466d0e761bc339393a522e2ee (diff)
downloadqmk_firmware-9c73a4a5c6814d09b47ec9d0778051435c047fa3.tar.gz
qmk_firmware-9c73a4a5c6814d09b47ec9d0778051435c047fa3.zip
Grammar cleanup of Flashing Your Keyboard Newbs Guide (#5201)
Fixed references to a "built" (sic) command, and an incorrect word.
-rw-r--r--docs/newbs_flashing.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/newbs_flashing.md b/docs/newbs_flashing.md
index 0b0ede37c..9d2bf920f 100644
--- a/docs/newbs_flashing.md
+++ b/docs/newbs_flashing.md
@@ -86,7 +86,7 @@ If you know what bootloader that you're using, then when compiling the firmware,
86 86
87### DFU 87### DFU
88 88
89For the DFU bootloader, when you're ready to compile and flash your firmware, open up your terminal window and run the built command: 89For the DFU bootloader, when you're ready to compile and flash your firmware, open up your terminal window and run the build command:
90 90
91 make <my_keyboard>:<my_keymap>:dfu 91 make <my_keyboard>:<my_keymap>:dfu
92 92
@@ -133,7 +133,7 @@ If you have any issues with this, you may need to this:
133 133
134### Caterina 134### Caterina
135 135
136For Arduino boards and their close (such as the SparkFun ProMicro), when you're ready to compile and flash your firmware, open up your terminal window and run the built command: 136For Arduino boards and their clones (such as the SparkFun ProMicro), when you're ready to compile and flash your firmware, open up your terminal window and run the build command:
137 137
138 make <my_keyboard>:<my_keymap>:avrdude 138 make <my_keyboard>:<my_keymap>:avrdude
139 139
@@ -201,7 +201,7 @@ If you have any issues with this, you may need to this:
201 201
202## HalfKay 202## HalfKay
203 203
204For the PJRC devices (Teensy's), when you're ready to compile and flash your firmware, open up your terminal window and run the built command: 204For the PJRC devices (Teensy's), when you're ready to compile and flash your firmware, open up your terminal window and run the build command:
205 205
206 make <my_keyboard>:<my_keymap>:teensy 206 make <my_keyboard>:<my_keymap>:teensy
207 207