summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorripdog <ripdog@users.noreply.github.com>2022-07-03 00:48:44 +1200
committerGitHub <noreply@github.com>2022-07-02 22:48:44 +1000
commit4e35697e1a76a54f0ed756f98033535cf1322792 (patch)
treef6224649b1fc1d2da860d5c2b43172894c226037
parentec6875af56a81fc8487c3c16348575173184fb45 (diff)
Add note about qmk doctor in newbs_flashing.md (#15688)
Co-authored-by: Drashna Jaelre <drashna@live.com>
-rw-r--r--docs/newbs_flashing.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/newbs_flashing.md b/docs/newbs_flashing.md
index 6e90af9d10..549ffcb2be 100644
--- a/docs/newbs_flashing.md
+++ b/docs/newbs_flashing.md
@@ -108,6 +108,8 @@ However, this does rely on the bootloader being set by the keyboard. If this inf
108 108
109In this case, you'll have to fall back on specifying the bootloader. See the [Flashing Firmware](flashing.md) Guide for more details. 109In this case, you'll have to fall back on specifying the bootloader. See the [Flashing Firmware](flashing.md) Guide for more details.
110 110
111!> If your bootloader is not detected by `qmk flash`, try running `qmk doctor` for suggestions on how to fix common problems.
112
111## Test It Out! 113## Test It Out!
112 114
113Congrats! Your custom firmware has been programmed to your keyboard and you're ready to test it out! 115Congrats! Your custom firmware has been programmed to your keyboard and you're ready to test it out!