diff options
author | Ryan <fauxpark@gmail.com> | 2021-09-10 17:17:54 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-10 17:17:54 +1000 |
commit | d5cb7de5e4ea60dce69764a627358d534af1f666 (patch) | |
tree | 5835a4448bbb4e946495aad393145aca39305c75 /docs/config_options.md | |
parent | 7eea780a7da2d9197b78b62b7294a6b2bc2fa572 (diff) | |
download | qmk_firmware-d5cb7de5e4ea60dce69764a627358d534af1f666.tar.gz qmk_firmware-d5cb7de5e4ea60dce69764a627358d534af1f666.zip |
Change USBasp and bootloadHID bootloaders to lowercase (#14354)
Diffstat (limited to 'docs/config_options.md')
-rw-r--r-- | docs/config_options.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/config_options.md b/docs/config_options.md index 94f99e74c0..7584d3584e 100644 --- a/docs/config_options.md +++ b/docs/config_options.md @@ -397,8 +397,8 @@ However, this will automatically disable the legacy TMK Macros and Functions fea * `qmk-dfu` * `halfkay` * `caterina` - * `bootloadHID` - * `USBasp` + * `bootloadhid` + * `usbasploader` ## Feature Options :id=feature-options |