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 /docs/flashing_bootloadhid.md | |
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 'docs/flashing_bootloadhid.md')
-rw-r--r-- | docs/flashing_bootloadhid.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/flashing_bootloadhid.md b/docs/flashing_bootloadhid.md index c51d8ce4b8..731d927727 100644 --- a/docs/flashing_bootloadhid.md +++ b/docs/flashing_bootloadhid.md @@ -13,7 +13,7 @@ General flashing sequence: ## bootloadHID Flashing Target -Using the QMK installation script, detailed [here](newbs_getting_started.md), the required bootloadHID tools should be automatically installed. +?> Using the QMK installation script, detailed [here](newbs_getting_started.md), the required bootloadHID tools should be automatically installed. To flash via the command line, use the target `:bootloadHID` by executing the following command: |