diff options
author | Andrew-Fahmy <andrewj.fahmy@gmail.com> | 2021-12-07 22:36:39 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-07 20:36:39 -0800 |
commit | 755731f0ba98b9a0cf826cd3b6486dc9104a8824 (patch) | |
tree | 8073f25f3b958e0fba26fbebed1cbc77f2cd1489 /docs | |
parent | 7f90cb178159d22744ce44b5f6e2223980da5ac6 (diff) | |
download | qmk_firmware-755731f0ba98b9a0cf826cd3b6486dc9104a8824.tar.gz qmk_firmware-755731f0ba98b9a0cf826cd3b6486dc9104a8824.zip |
Fix RESET not working for keyboards with Kiibohd bootloader (#15430)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/flashing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/flashing.md b/docs/flashing.md index 2e69f246a..f6b5ff78b 100644 --- a/docs/flashing.md +++ b/docs/flashing.md | |||
@@ -290,7 +290,7 @@ Compatible flashers: | |||
290 | Flashing sequence: | 290 | Flashing sequence: |
291 | 291 | ||
292 | 1. Enter the bootloader using any of the following methods: | 292 | 1. Enter the bootloader using any of the following methods: |
293 | * Tap the `RESET` keycode (this may only enter the MCU into a "secure" bootloader mode; see https://github.com/qmk/qmk_firmware/issues/6112) | 293 | * Tap the `RESET` keycode |
294 | * Press the `RESET` button on the PCB | 294 | * Press the `RESET` button on the PCB |
295 | 2. Wait for the OS to detect the device | 295 | 2. Wait for the OS to detect the device |
296 | 3. Flash a .bin file | 296 | 3. Flash a .bin file |