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/activate_wsl.sh | |
| parent | 5c41fa606202f4750a20083bc2b7ad04d8ff8ae2 (diff) | |
| download | qmk_firmware-235da6973d34c3cffc4bd8f8cd0b9c8537d6b811.tar.gz qmk_firmware-235da6973d34c3cffc4bd8f8cd0b9c8537d6b811.zip | |
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/activate_wsl.sh')
| -rwxr-xr-x | util/activate_wsl.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/activate_wsl.sh b/util/activate_wsl.sh index e2312b56d..cd88d2b65 100755 --- a/util/activate_wsl.sh +++ b/util/activate_wsl.sh | |||
| @@ -7,6 +7,7 @@ function export_variables { | |||
| 7 | export DFU_PROGRAMMER=$download_dir/dfu-programmer/dfu-programmer.exe | 7 | export DFU_PROGRAMMER=$download_dir/dfu-programmer/dfu-programmer.exe |
| 8 | export DFU_UTIL=$download_dir/dfu-util-0.9-win64/dfu-util.exe | 8 | export DFU_UTIL=$download_dir/dfu-util-0.9-win64/dfu-util.exe |
| 9 | export TEENSY_LOADER_CLI=$download_dir/teensy_loader_cli.exe | 9 | export TEENSY_LOADER_CLI=$download_dir/teensy_loader_cli.exe |
| 10 | export BOOTLOADHID_PROGRAMMER=$download_dir/bootloadHID.2012-12-08/commandline/bootloadHID.exe | ||
| 10 | export BATCHISP=batchisp.exe | 11 | export BATCHISP=batchisp.exe |
| 11 | } | 12 | } |
| 12 | 13 | ||
