Fix broken keyboards (#11412)
* Fix a couple errors * add a dependency for the generated headers
This commit is contained in:
parent
f27d8d9448
commit
11bd98f684
4 changed files with 20 additions and 14 deletions
|
@ -134,6 +134,9 @@ def _extract_indicators(info_data, config_c):
|
|||
_log_warning(info_data, f'Indicator {json_key} is specified in both info.json and config.h, the config.h value wins.')
|
||||
|
||||
if config_key in config_c:
|
||||
if 'indicators' not in info_data:
|
||||
info_data['indicators'] = {}
|
||||
|
||||
info_data['indicators'][json_key] = config_c.get(config_key)
|
||||
|
||||
return info_data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue