aboutsummaryrefslogtreecommitdiffstats
path: root/util/activate_msys2.sh
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2019-11-28 15:29:11 +0000
committerGitHub <noreply@github.com>2019-11-28 15:29:11 +0000
commit235da6973d34c3cffc4bd8f8cd0b9c8537d6b811 (patch)
tree5cd17a023dcfe810eff3492609cfcd95180b2e1f /util/activate_msys2.sh
parent5c41fa606202f4750a20083bc2b7ad04d8ff8ae2 (diff)
downloadfirmware-235da6973d34c3cffc4bd8f8cd0b9c8537d6b811.tar.gz
firmware-235da6973d34c3cffc4bd8f8cd0b9c8537d6b811.tar.bz2
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_msys2.sh')
-rwxr-xr-xutil/activate_msys2.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/activate_msys2.sh b/util/activate_msys2.sh
index 1ddffbaad..85d645e6d 100755
--- a/util/activate_msys2.sh
+++ b/util/activate_msys2.sh
@@ -5,6 +5,7 @@ function export_variables {
export PATH=$PATH:$util_dir
export PATH=$PATH:$util_dir/dfu-programmer
export PATH=$PATH:$util_dir/dfu-util-0.9-win64
+ export PATH=$PATH:$util_dir/bootloadHID.2012-12-08/commandline
export PATH=$PATH:$util_dir/flip/bin
export PATH=$PATH:$util_dir/avr8-gnu-toolchain/bin
export PATH=$PATH:$util_dir/gcc-arm-none-eabi/bin