You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
A new CLI subcommand was added, flash, which behaves very similar to the already present compile CLI comamnd, but with the added ability to target a bootloader. The command is used like so: qmk flash [-h] [-b] [-kb KEYBOARD] [-km KEYMAP] [-bl BOOTLOADER] [filename]. A -kb <keyboard> and -km <keymap> is expected, or a configurator export JSON filename. A bootloader can be specified using -bl <target>, and if left unspecified, the target is assumed to be :flash. -bl can be used to list the available bootloaders. If -km <keymap> is provided, but no -kb <keyboard>, then a message is printed suggesting the user to run qmk list_keyboards. |
6 years ago | |
|---|---|---|
| .. | ||
| json | 6 years ago | |
| list | 6 years ago | |
| new | 6 years ago | |
| __init__.py | 6 years ago | |
| cformat.py | 6 years ago | |
| compile.py | 6 years ago | |
| config.py | 6 years ago | |
| docs.py | 6 years ago | |
| doctor.py | 6 years ago | |
| flash.py | 6 years ago | |
| hello.py | 6 years ago | |
| kle2json.py | 6 years ago | |
| pyformat.py | 6 years ago | |
| pytest.py | 6 years ago | |