format code according to conventions [skip ci]
This commit is contained in:
parent
897888db41
commit
7891de7f6d
4 changed files with 8 additions and 4 deletions
|
@ -38,13 +38,12 @@ def compile(cli):
|
|||
# Generate the keymap
|
||||
keymap_path = qmk.path.keymap(user_keymap['keyboard'])
|
||||
cli.log.info('Creating {fg_cyan}%s{style_reset_all} keymap in {fg_cyan}%s', user_keymap['keymap'], keymap_path)
|
||||
|
||||
|
||||
# Compile the keymap
|
||||
command = compile_configurator_json(cli.args.filename)
|
||||
|
||||
cli.log.info('Wrote keymap to {fg_cyan}%s/%s/keymap.c', keymap_path, user_keymap['keymap'])
|
||||
|
||||
|
||||
elif cli.config.compile.keyboard and cli.config.compile.keymap:
|
||||
# Generate the make command for a specific keyboard/keymap.
|
||||
command = create_make_command(cli.config.compile.keyboard, cli.config.compile.keymap)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue