Fix compiling json files. (#6340)
This commit is contained in:
parent
a25dd58bc5
commit
7d557a0514
3 changed files with 8 additions and 8 deletions
|
@ -63,7 +63,7 @@ def generate(keyboard, layout, layers):
|
|||
layer_txt.append('\t[%s] = %s(%s)' % (layer_num, layout, layer_keys))
|
||||
|
||||
keymap = '\n'.join(layer_txt)
|
||||
keymap_c = template(keyboard, keymap)
|
||||
keymap_c = template(keyboard)
|
||||
|
||||
return keymap_c.replace('__KEYMAP_GOES_HERE__', keymap)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue