1
0
Fork 0

Fix compiling json files

This commit is contained in:
Zach White 2019-12-08 16:16:01 -08:00 committed by skullydazed
parent 15e5f57952
commit 033c7af292
2 changed files with 4 additions and 9 deletions

View file

@ -37,7 +37,7 @@ def compile(cli):
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)
command = compile_configurator_json(user_keymap)
cli.log.info('Wrote keymap to {fg_cyan}%s/%s/keymap.c', keymap_path, user_keymap['keymap'])