qmk_firmware/lib/python/qmk
jorgemanzo 897888db41 Add CLI command for flashing a keyboard
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.
2019-11-15 23:06:07 -08:00
..
cli Add CLI command for flashing a keyboard 2019-11-15 23:06:07 -08:00
tests Add CLI command for flashing a keyboard 2019-11-15 23:06:07 -08:00
__init__.py QMK CLI and JSON keymap support (#6176) 2019-07-15 12:14:27 -07:00
commands.py Add CLI command for flashing a keyboard 2019-11-15 23:06:07 -08:00
converter.py Add cli convert subcommand, from raw KLE to JSON (#6898) 2019-11-12 20:55:41 -08:00
errors.py Small CLI cleanups 2019-11-12 18:41:38 -08:00
keymap.py Fix compiling json files. (#6340) 2019-07-15 15:12:35 -07:00
path.py Configuration system for CLI (#6708) 2019-09-22 13:25:33 -07:00