Add uf2-split-* make targets. (#17257)
This commit is contained in:
parent
31fb141528
commit
2de70e6f2d
4 changed files with 15 additions and 2 deletions
|
@ -141,6 +141,9 @@ Next, you will have to flash the EEPROM files once for the correct hand to the c
|
|||
* ARM controllers with a DFU compatible bootloader (e.g. Proton-C):
|
||||
* `:dfu-util-split-left`
|
||||
* `:dfu-util-split-right`
|
||||
* ARM controllers with a UF2 compatible bootloader:
|
||||
* `:uf2-split-left`
|
||||
* `:uf2-split-right`
|
||||
|
||||
Example:
|
||||
|
||||
|
|
|
@ -358,3 +358,7 @@ CLI Flashing sequence:
|
|||
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
|
||||
|
||||
### `make` Targets
|
||||
|
||||
* `:uf2-split-left` and `:uf2-split-right`: Flashes the firmware but also sets the handedness setting in EEPROM by generating a side specific firmware.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue