-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: changes planck bootloader driver to winusb
- Loading branch information
Florian Didron
committed
Jul 19, 2019
1 parent
eb48b53
commit ad36eee
Showing
4 changed files
with
4 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
libusb,Planck DFU Bootloader,0483,DF11,aa5a3f86-b81e-4416-89ad-0c1ea1ed63af | ||
winusb,Planck DFU Bootloader,0483,DF11,aa5a3f86-b81e-4416-89ad-0c1ea1ed63af |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,2 @@ | ||
wmic sysdriver where(name="STTub30") delete | ||
qmk_driver_installer.exe --force --all drivers_list | ||
|
||
wdi-simple.exe --type 0 --manufacturer "ZSA" --name "Planck EZ DFU" --vid 0x0483 --pid 0x0DF11 --inf "planck_dfu.inf" --log 0 | ||
qmk_driver_installer.exe --force --all drivers_list |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters