summaryrefslogtreecommitdiffstats
path: root/docs/feature_userspace.md
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2021-10-15 22:07:33 +0100
committerGitHub <noreply@github.com>2021-10-15 22:07:33 +0100
commit40bc5a81923d16f6c9c2a3a05616b8cb1859b01e (patch)
treeb96d55846bbdabe9b94d0cc96210b83c135f3d56 /docs/feature_userspace.md
parentd7f69dc6203fde5d9be8394667e675ed1130b74c (diff)
Enable CLI flashing via mdloader (#14729)
* Enable CLI flashing via mdloader * remove flag * Update qmk flash help
Diffstat (limited to 'docs/feature_userspace.md')
-rw-r--r--docs/feature_userspace.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_userspace.md b/docs/feature_userspace.md
index 115ab71753..8c617fe33a 100644
--- a/docs/feature_userspace.md
+++ b/docs/feature_userspace.md
@@ -252,4 +252,4 @@ Also, holding Shift will add the flash target (`:flash`) to the command. Holdin
And for the boards that lack a shift key, or that you want to always attempt the flashing part, you can add `FLASH_BOOTLOADER = yes` to the `rules.mk` of that keymap.
-?> This should flash the newly compiled firmware automatically, using the correct utility, based on the bootloader settings (or default to just generating the HEX file). However, it should be noted that this may not work on all systems. AVRDUDE doesn't work on WSL, namely. And this doesn't support BootloadHID or mdloader.
+?> This should flash the newly compiled firmware automatically, using the correct utility, based on the bootloader settings (or default to just generating the HEX file). However, it should be noted that this may not work on all systems. AVRDUDE doesn't work on WSL, namely.