aboutsummaryrefslogtreecommitdiffstats
path: root/util/macos_install.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/macos_install.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/macos_install.sh')
-rwxr-xr-xutil/macos_install.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/macos_install.sh b/util/macos_install.sh
index f993003f0..76ec3355b 100755
--- a/util/macos_install.sh
+++ b/util/macos_install.sh
@@ -25,5 +25,7 @@ brew tap osx-cross/avr
brew tap osx-cross/arm
brew update
brew install avr-gcc@8 arm-gcc-bin dfu-programmer avrdude clang-format dfu-util python3
+brew install --HEAD https://raw.githubusercontent.com/robertgzr/homebrew-tap/master/bootloadhid.rb
brew link --force avr-gcc@8
+
pip3 install -r "${util_dir}/../requirements.txt"