diff options
| author | James Young | 2025-11-04 01:05:39 +0100 |
|---|---|---|
| committer | GitHub | 2025-11-04 01:05:39 +0100 |
| commit | a9739f78681dee290ede955c02b360f5c133f783 (patch) | |
| tree | 3f49a2d4b8f200b091379c52822e8ddf03776b3a /docs/driver_installation_zadig.md | |
| parent | a5fb7cfbc9f8e2eee6dcd46f3d47ec58fd539336 (diff) | |
[docs] Replace Imgur-hosted images (#25690)
Diffstat (limited to 'docs/driver_installation_zadig.md')
| -rw-r--r-- | docs/driver_installation_zadig.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/driver_installation_zadig.md b/docs/driver_installation_zadig.md index 1a5bd1cc34..6fbcfa3bff 100644 --- a/docs/driver_installation_zadig.md +++ b/docs/driver_installation_zadig.md @@ -22,7 +22,7 @@ If Zadig lists one or more devices with the `HidUsb` driver, your keyboard is pr If the arrow appears green, select the driver, and click **Install Driver**. See the [list of known bootloaders](#list-of-known-bootloaders) for the correct driver to install. - + Finally, unplug and replug the keyboard to make sure the new driver has been loaded. If you are using the QMK Toolbox to flash, exit and restart it too, as it can sometimes fail to recognize the driver change. @@ -30,15 +30,15 @@ Finally, unplug and replug the keyboard to make sure the new driver has been loa If you find that you can no longer type with the keyboard, you may have accidentally replaced the driver for the keyboard itself instead of for the bootloader. This can happen when the keyboard is not in the bootloader mode. You can easily confirm this in Zadig - a healthy keyboard has the `HidUsb` driver installed on all of its interfaces: - + Open the Device Manager, select **View → Devices by container**, and look for an entry with your keyboard's name. - + Right-click each entry and hit **Uninstall device**. Make sure to tick **Delete the driver software for this device** first if it appears. - + 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! Otherwise, repeat this process until Zadig reports the correct driver. @@ -54,11 +54,11 @@ Open the Device Manager, select **View → Devices by container**, and look for Find the `Inf name` value in the Details tab of the device properties. This should generally be something like `oemXX.inf`: - + Then, open a new Command Prompt window as an Administrator (type in `cmd` into the Start menu and press Ctrl+Shift+Enter). Run `pnputil /enum-drivers` to verify the `Inf name` matches the `Published Name` field of one of the entries: - + Run `pnputil /delete-driver oemXX.inf /uninstall`. This will delete the driver and remove it from any devices using it. Note that this will not uninstall the device itself. |