Skip to content

Commit

Permalink
fix: changes planck bootloader driver to winusb
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Didron committed Jul 19, 2019
1 parent eb48b53 commit ad36eee
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dist/win64/drivers_list
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
2 changes: 1 addition & 1 deletion dist/win64/installer/wally.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "Wally"
#define MyAppVersion "1.1.0"
#define MyAppVersion "1.1.2"
#define MyAppPublisher "ZSA.io"
#define MyAppURL "https://ergodox-ez.com"
#define MyAppExeName "wally.exe"
Expand Down
4 changes: 1 addition & 3 deletions dist/win64/post_install.bat
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
2 changes: 1 addition & 1 deletion wally/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func NewState(step int8, filePath string) State {
case "linux":
s.AppVersion = "1.1.0"
case "windows":
s.AppVersion = "1.1.0"
s.AppVersion = "1.1.2"
default:
s.AppVersion = "1.1.0"
}
Expand Down

0 comments on commit ad36eee

Please sign in to comment.