fix after rebase
This commit is contained in:
parent
6f4742bde6
commit
81b17125eb
5 changed files with 37 additions and 31 deletions
|
@ -3,8 +3,6 @@
|
|||
You can compile a keymap already in the repo or using a QMK Configurator export.
|
||||
A bootloader must be specified.
|
||||
"""
|
||||
from subprocess import DEVNULL
|
||||
|
||||
from argcomplete.completers import FilesCompleter
|
||||
from milc import cli
|
||||
|
||||
|
@ -60,4 +58,4 @@ def flash(cli):
|
|||
print_bootloader_help()
|
||||
return False
|
||||
|
||||
return do_compile(cli.config.flash.keyboard, cli.config.flash.keymap, cli.config.flash.parallel, cli.config.flash.bootloader)
|
||||
return do_compile(cli.config.flash.keyboard, cli.config.flash.keymap, cli.config.flash.parallel, cli.config.flash.bootloader)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue