aboutsummaryrefslogtreecommitdiff
path: root/docs/flashing.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/flashing.md')
-rw-r--r--docs/flashing.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/flashing.md b/docs/flashing.md
index 7b7fe956f..2e69f246a 100644
--- a/docs/flashing.md
+++ b/docs/flashing.md
@@ -127,7 +127,7 @@ To ensure compatibility with the USBasploader bootloader, make sure this block i
127 127
128```make 128```make
129# Bootloader selection 129# Bootloader selection
130BOOTLOADER = USBasp 130BOOTLOADER = usbasploader
131``` 131```
132 132
133Compatible flashers: 133Compatible flashers:
@@ -153,13 +153,13 @@ To ensure compatibility with the bootloadHID bootloader, make sure this block is
153 153
154```make 154```make
155# Bootloader selection 155# Bootloader selection
156BOOTLOADER = bootloadHID 156BOOTLOADER = bootloadhid
157``` 157```
158 158
159Compatible flashers: 159Compatible flashers:
160 160
161* [QMK Toolbox](https://github.com/qmk/qmk_toolbox/releases) (recommended GUI) 161* [QMK Toolbox](https://github.com/qmk/qmk_toolbox/releases) (recommended GUI)
162* [bootloadHID CLI](https://www.obdev.at/products/vusb/bootloadhid.html) / `:bootloadHID` target in QMK (recommended command line) 162* [bootloadHID CLI](https://www.obdev.at/products/vusb/bootloadhid.html) / `:bootloadhid` target in QMK (recommended command line)
163* [HIDBootFlash](http://vusb.wikidot.com/project:hidbootflash) 163* [HIDBootFlash](http://vusb.wikidot.com/project:hidbootflash)
164 164
165Flashing sequence: 165Flashing sequence: