diff options
author | Joel Challis <git@zvecr.com> | 2019-11-28 15:29:11 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-28 15:29:11 +0000 |
commit | 235da6973d34c3cffc4bd8f8cd0b9c8537d6b811 (patch) | |
tree | 5cd17a023dcfe810eff3492609cfcd95180b2e1f /util/win_shared_install.sh | |
parent | 5c41fa606202f4750a20083bc2b7ad04d8ff8ae2 (diff) |
Install bootloadHid as part of qmk_install (#7463)
* Install bootloadHid on macos
* Install bootloadHid on windows
* Highlight bootloadHID is now installed in docs
* Update udev rules for bootloadHID
* Install bootloadHid on some distros
* fix caterina udev filename
Diffstat (limited to 'util/win_shared_install.sh')
-rwxr-xr-x | util/win_shared_install.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/util/win_shared_install.sh b/util/win_shared_install.sh index f8fc9308f4..7ad000bfc4 100755 --- a/util/win_shared_install.sh +++ b/util/win_shared_install.sh @@ -18,6 +18,10 @@ function install_utils { wget 'https://www.pjrc.com/teensy/teensy_loader_cli_windows.zip' unzip teensy_loader_cli_windows.zip + echo "Installing bootloadHID" + wget 'https://www.obdev.at/downloads/vusb/bootloadHID.2012-12-08.zip' + unzip bootloadHID.2012-12-08.zip + echo "Installing Atmel Flip" wget 'http://ww1.microchip.com/downloads/en/DeviceDoc/Flip%20Installer%20-%203.4.7.112.exe' mv Flip\ Installer\ \-\ 3.4.7.112.exe FlipInstaller.exe |