Allow codegen of keymap.json => keymap.c without requiring layers/layout etc. (#23451)
This commit is contained in:
@@ -55,7 +55,7 @@ def parse_configurator_json(configurator_file):
|
||||
cli.log.error(f'Invalid JSON keymap: {configurator_file} : {e.message}')
|
||||
maybe_exit(1)
|
||||
|
||||
keyboard = user_keymap['keyboard']
|
||||
keyboard = user_keymap.get('keyboard', None)
|
||||
aliases = keyboard_alias_definitions()
|
||||
|
||||
while keyboard in aliases:
|
||||
|
||||
Reference in New Issue
Block a user