forked from mirrors/qmk_userspace
Add flash target for UF2 bootloaders (#16525)
This commit is contained in:
parent
05b7193651
commit
2bface8f89
3 changed files with 26 additions and 1 deletions
|
@ -347,3 +347,14 @@ Flashing sequence:
|
|||
2. Wait for the OS to detect the device
|
||||
3. Copy the .uf2 file to the new USB disk
|
||||
4. Wait for the keyboard to become available
|
||||
|
||||
or
|
||||
|
||||
CLI Flashing sequence:
|
||||
|
||||
1. Enter the bootloader using any of the following methods:
|
||||
* Tap the `RESET` keycode
|
||||
* Double-tap the `nRST` button on the PCB.
|
||||
2. Wait for the OS to detect the device
|
||||
3. Flash via QMK CLI eg. `qmk flash --keyboard handwired/onekey/blackpill_f411_tinyuf2 --keymap default`
|
||||
4. Wait for the keyboard to become available
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue