diff options
author | QMK Bot <hello@qmk.fm> | 2022-09-15 00:04:32 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-09-15 00:04:32 +0000 |
commit | 13dab7f05025ce4282ea2ea566d9e2e6c15b063f (patch) | |
tree | 1181a8db5ff66920414e8762156a34c5fdd4a431 /docs/flashing_bootloadhid.md | |
parent | 91a3ae24fe1932935b6d4282b71bbfd57d9408c8 (diff) | |
parent | 01f31bf28ebcb5721229697c93dc6e0b2d5b66d7 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs/flashing_bootloadhid.md')
-rw-r--r-- | docs/flashing_bootloadhid.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/flashing_bootloadhid.md b/docs/flashing_bootloadhid.md index 213c7c1321..aacf2cc2c4 100644 --- a/docs/flashing_bootloadhid.md +++ b/docs/flashing_bootloadhid.md @@ -5,7 +5,7 @@ ps2avr(GB) boards use an ATmega32A microcontroller and a different bootloader. I General flashing sequence: 1. Enter the bootloader using any of the following methods: - * Tap the `RESET` keycode (may not work on all devices) + * Tap the `QK_BOOT` keycode (may not work on all devices) * Hold the salt key while plugging the keyboard in (usually documented within keyboard readme) 2. Wait for the OS to detect the device 3. Flash a .hex file |