aboutsummaryrefslogtreecommitdiff
path: root/docs/flashing.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/flashing.md')
-rw-r--r--docs/flashing.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/flashing.md b/docs/flashing.md
index be6aec652..7804a6bad 100644
--- a/docs/flashing.md
+++ b/docs/flashing.md
@@ -73,7 +73,7 @@ BOOTLOADER = caterina
73Compatible flashers: 73Compatible flashers:
74 74
75* [QMK Toolbox](https://github.com/qmk/qmk_toolbox/releases) (recommended GUI) 75* [QMK Toolbox](https://github.com/qmk/qmk_toolbox/releases) (recommended GUI)
76* [avrdude](http://www.nongnu.org/avrdude/) with the `avr109` programmer / `:avrdude` target in QMK (recommended command line) 76* [avrdude](https://www.nongnu.org/avrdude/) with the `avr109` programmer / `:avrdude` target in QMK (recommended command line)
77* [AVRDUDESS](https://github.com/zkemble/AVRDUDESS) 77* [AVRDUDESS](https://github.com/zkemble/AVRDUDESS)
78 78
79Flashing sequence: 79Flashing sequence:
@@ -133,7 +133,7 @@ BOOTLOADER = USBasp
133Compatible flashers: 133Compatible flashers:
134 134
135* [QMK Toolbox](https://github.com/qmk/qmk_toolbox/releases) (recommended GUI) 135* [QMK Toolbox](https://github.com/qmk/qmk_toolbox/releases) (recommended GUI)
136* [avrdude](http://www.nongnu.org/avrdude/) with the `usbasp` programmer / `:usbasp` target in QMK (recommended command line) 136* [avrdude](https://www.nongnu.org/avrdude/) with the `usbasp` programmer / `:usbasp` target in QMK (recommended command line)
137* [AVRDUDESS](https://github.com/zkemble/AVRDUDESS) 137* [AVRDUDESS](https://github.com/zkemble/AVRDUDESS)
138 138
139Flashing sequence: 139Flashing sequence:
@@ -185,7 +185,7 @@ BOOTLOADER = stm32-dfu
185Compatible flashers: 185Compatible flashers:
186 186
187* [QMK Toolbox](https://github.com/qmk/qmk_toolbox/releases) (recommended GUI) 187* [QMK Toolbox](https://github.com/qmk/qmk_toolbox/releases) (recommended GUI)
188* [dfu-util](http://dfu-util.sourceforge.net/) / `:dfu-util` target in QMK (recommended command line) 188* [dfu-util](https://dfu-util.sourceforge.net/) / `:dfu-util` target in QMK (recommended command line)
189 189
190Flashing sequence: 190Flashing sequence:
191 191
@@ -218,7 +218,7 @@ BOOTLOADER = stm32duino
218Compatible flashers: 218Compatible flashers:
219 219
220* [QMK Toolbox](https://github.com/qmk/qmk_toolbox/releases) (recommended GUI) 220* [QMK Toolbox](https://github.com/qmk/qmk_toolbox/releases) (recommended GUI)
221* [dfu-util](http://dfu-util.sourceforge.net/) / `:dfu-util` target in QMK (recommended command line) 221* [dfu-util](https://dfu-util.sourceforge.net/) / `:dfu-util` target in QMK (recommended command line)
222 222
223Flashing sequence: 223Flashing sequence:
224 224
@@ -239,7 +239,7 @@ The `rules.mk` setting for this bootloader is `kiibohd`, but since this bootload
239Compatible flashers: 239Compatible flashers:
240 240
241* [QMK Toolbox](https://github.com/qmk/qmk_toolbox/releases) (recommended GUI) 241* [QMK Toolbox](https://github.com/qmk/qmk_toolbox/releases) (recommended GUI)
242* [dfu-util](http://dfu-util.sourceforge.net/) / `:dfu-util` target in QMK (recommended command line) 242* [dfu-util](https://dfu-util.sourceforge.net/) / `:dfu-util` target in QMK (recommended command line)
243 243
244Flashing sequence: 244Flashing sequence:
245 245