diff options
author | Konstantin Đorđević <vomindoraan@gmail.com> | 2019-09-20 02:29:23 +0200 |
---|---|---|
committer | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2019-09-19 17:29:23 -0700 |
commit | beb4a12c9d06d30cc0f544ca52e618898fbb5302 (patch) | |
tree | 5f86b91325eb2554e1be00dfe216c069d1bfb010 | |
parent | 59000f491f83432b320a810630126c0af5baa1d5 (diff) | |
download | qmk_firmware-beb4a12c9d06d30cc0f544ca52e618898fbb5302.tar.gz qmk_firmware-beb4a12c9d06d30cc0f544ca52e618898fbb5302.zip |
Add reset instructions for boards that use Command to the Zadig driver installation guide (#6770)
* Add reset instructions for boards that use Command to the Zadig driver installation guide
* -> → →
* Apply suggestions from code review
Replace shorthand keycode names with full names
Co-Authored-By: fauxpark <fauxpark@gmail.com>
-rw-r--r-- | docs/driver_installation_zadig.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/driver_installation_zadig.md b/docs/driver_installation_zadig.md index ccee7008e..72c263734 100644 --- a/docs/driver_installation_zadig.md +++ b/docs/driver_installation_zadig.md | |||
@@ -8,10 +8,10 @@ We recommend the use of the [Zadig](https://zadig.akeo.ie/) utility. If you have | |||
8 | 8 | ||
9 | ## Installation | 9 | ## Installation |
10 | 10 | ||
11 | Place your keyboard into the bootloader mode, either by hitting the `RESET` keycode (which may be on a different layer), or by pressing the reset switch usually located on the underside of the board. If your keyboard has neither, try holding Escape, or Space+`B`, as you plug it in (see the [Bootmagic](feature_bootmagic.md) docs for more details). | 11 | Put your keyboard into bootloader mode, either by hitting the `RESET` keycode (which may be on a different layer), or by pressing the reset switch that's usually located on the underside of the board. If your keyboard has neither, try holding Escape or Space+`B` as you plug it in (see the [Bootmagic](feature_bootmagic.md) docs for more details). Some boards use [Command](feature_command.md) instead of Bootmagic; in this case, you can enter bootloader mode by hitting Left Shift+Right Shift+`B` or Left Shift+Right Shift+Escape at any point while the keyboard is plugged in. |
12 | Some keyboards may have specific instructions for entering the bootloader, for example the [Bootmagic Lite](feature_bootmagic.md#bootmagic-lite) key (Escape) might be on a different key, such as Left Control. Refer to the board's README if you are unsure. | 12 | Some keyboards may have specific instructions for entering the bootloader. For example, the [Bootmagic Lite](feature_bootmagic.md#bootmagic-lite) key (default: Escape) might be on a different key, e.g. Left Control; or the magic combination for Command (default: Left Shift+Right Shift) might require you to hold something else, e.g. Left Control+Right Control. Refer to the board's README file if you are unsure. |
13 | 13 | ||
14 | Zadig will automatically detect the bootloader device. You may sometimes need to check **Options -> List All Devices**. | 14 | Zadig will automatically detect the bootloader device. You may sometimes need to check **Options → List All Devices**. |
15 | - For keyboards with Atmel AVR MCUs, the bootloader will be named something similar to `ATm32U4DFU`, and have a Vendor ID of `03EB`. | 15 | - For keyboards with Atmel AVR MCUs, the bootloader will be named something similar to `ATm32U4DFU`, and have a Vendor ID of `03EB`. |
16 | - USBasp bootloaders will appear as `USBasp`, with a VID/PID of `16C0:05DC`. | 16 | - USBasp bootloaders will appear as `USBasp`, with a VID/PID of `16C0:05DC`. |
17 | - AVR keyboards flashed with the QMK-DFU bootloader will be named `<keyboard name> Bootloader` and will also have the VID `03EB`. | 17 | - AVR keyboards flashed with the QMK-DFU bootloader will be named `<keyboard name> Bootloader` and will also have the VID `03EB`. |
@@ -39,4 +39,4 @@ Right-click it and hit **Uninstall device**. Make sure to tick **Delete the driv | |||
39 | 39 | ||
40 |  | 40 |  |
41 | 41 | ||
42 | Click **Action -> Scan for hardware changes**. At this point, you should be able to type again. Double check in Zadig that the keyboard device(s) are using the `HidUsb` driver. If so, you're all done, and your board should be functional again! | 42 | Click **Action → Scan for hardware changes**. At this point, you should be able to type again. Double check in Zadig that the keyboard device(s) are using the `HidUsb` driver. If so, you're all done, and your board should be functional again! |