diff options
author | QMK Bot <hello@qmk.fm> | 2024-05-30 09:00:58 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2024-05-30 09:00:58 +0000 |
commit | 6ca94ae1587d4dcbecb47c8ea93f134c0628eef9 (patch) | |
tree | 4cb5d945b8b75c7a8e639ade0fe6b3ae4bba1ff7 /docs/flashing_bootloadhid.md | |
parent | 47356b220101b4f5b8ca71b2e1aa4f04256dd60f (diff) | |
parent | b39285807e1d21300e8a5dbbf6f2c43a8aab3494 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs/flashing_bootloadhid.md')
-rw-r--r-- | docs/flashing_bootloadhid.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/flashing_bootloadhid.md b/docs/flashing_bootloadhid.md index 6e55a4e7fd..2d1696c6e7 100644 --- a/docs/flashing_bootloadhid.md +++ b/docs/flashing_bootloadhid.md @@ -19,7 +19,9 @@ Using the QMK installation script, detailed [here](newbs_getting_started), the r To flash via the command line, use the target `:bootloadhid` by executing the following command: - make <keyboard>:<keymap>:bootloadhid +``` +make <keyboard>:<keymap>:bootloadhid +``` ## GUI Flashing |