aboutsummaryrefslogtreecommitdiff
path: root/docs/flashing.md
diff options
context:
space:
mode:
authorPath Nirvana <pathnirvana@gmail.com>2021-08-24 05:05:10 +0700
committerGitHub <noreply@github.com>2021-08-24 08:05:10 +1000
commitf314705921c9c316e69cfb6767aba8f0570c7012 (patch)
tree88f11a52ed1a2c31321877e91d0ac94b6398306e /docs/flashing.md
parent718f0a2482ab821df141a9985d1eb31a6fe6aed9 (diff)
downloadqmk_firmware-f314705921c9c316e69cfb6767aba8f0570c7012.tar.gz
qmk_firmware-f314705921c9c316e69cfb6767aba8f0570c7012.zip
adding uf2 flash support for blackpill 401 (#13968)
* adding uf2 flash support for blackpill 401 * forgot to add blackpill to keyboard header file * making changes requested by drashna * fixing tzarc s comments * removing the keyboard * undo the change to dactyl_manuform.h
Diffstat (limited to 'docs/flashing.md')
-rw-r--r--docs/flashing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/flashing.md b/docs/flashing.md
index fae9c5d1c..7b7fe956f 100644
--- a/docs/flashing.md
+++ b/docs/flashing.md
@@ -298,7 +298,7 @@ Flashing sequence:
298 298
299## tinyuf2 299## tinyuf2
300 300
301Keyboards may opt into supporting the tinyuf2 bootloader. This is currently only supported on the F411 blackpill. 301Keyboards may opt into supporting the tinyuf2 bootloader. This is currently only supported on the F401/F411 blackpill.
302 302
303The `rules.mk` setting for this bootloader is `tinyuf2`, and can be specified at the keymap or user level. 303The `rules.mk` setting for this bootloader is `tinyuf2`, and can be specified at the keymap or user level.
304 304