diff options
author | Ryan <fauxpark@gmail.com> | 2021-09-10 17:17:54 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-10 17:17:54 +1000 |
commit | d5cb7de5e4ea60dce69764a627358d534af1f666 (patch) | |
tree | 5835a4448bbb4e946495aad393145aca39305c75 /docs/flashing_bootloadhid.md | |
parent | 7eea780a7da2d9197b78b62b7294a6b2bc2fa572 (diff) | |
download | qmk_firmware-d5cb7de5e4ea60dce69764a627358d534af1f666.tar.gz qmk_firmware-d5cb7de5e4ea60dce69764a627358d534af1f666.zip |
Change USBasp and bootloadHID bootloaders to lowercase (#14354)
Diffstat (limited to 'docs/flashing_bootloadhid.md')
-rw-r--r-- | docs/flashing_bootloadhid.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/flashing_bootloadhid.md b/docs/flashing_bootloadhid.md index 731d92772..9879ec999 100644 --- a/docs/flashing_bootloadhid.md +++ b/docs/flashing_bootloadhid.md | |||
@@ -15,9 +15,9 @@ General flashing sequence: | |||
15 | 15 | ||
16 | ?> Using the QMK installation script, detailed [here](newbs_getting_started.md), the required bootloadHID tools should be automatically installed. | 16 | ?> Using the QMK installation script, detailed [here](newbs_getting_started.md), the required bootloadHID tools should be automatically installed. |
17 | 17 | ||
18 | To flash via the command line, use the target `:bootloadHID` by executing the following command: | 18 | To flash via the command line, use the target `:bootloadhid` by executing the following command: |
19 | 19 | ||
20 | make <keyboard>:<keymap>:bootloadHID | 20 | make <keyboard>:<keymap>:bootloadhid |
21 | 21 | ||
22 | ## GUI Flashing | 22 | ## GUI Flashing |
23 | 23 | ||