1
0
Fork 0

Add uf2-split-* make targets. (#17257)

This commit is contained in:
Dasky 2022-05-30 23:04:50 +01:00 committed by GitHub
parent 31fb141528
commit 2de70e6f2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 15 additions and 2 deletions

View file

@ -33,6 +33,8 @@ def print_bootloader_help():
cli.echo('\tdfu-split-right')
cli.echo('\tdfu-util-split-left')
cli.echo('\tdfu-util-split-right')
cli.echo('\tuf2-split-left')
cli.echo('\tuf2-split-right')
cli.echo('For more info, visit https://docs.qmk.fm/#/flashing')