Merge remote-tracking branch 'origin/develop' into xap

This commit is contained in:
QMK Bot
2023-05-20 12:16:19 +00:00
15 changed files with 119 additions and 79 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ def generate_info_json(cli):
# Build the info.json file
kb_info_json = info_json(cli.config.generate_info_json.keyboard)
strip_info_json(kb_info_json)
info_json_text = json.dumps(kb_info_json, indent=4, cls=InfoJSONEncoder)
info_json_text = json.dumps(kb_info_json, indent=4, cls=InfoJSONEncoder, sort_keys=True)
if cli.args.output:
# Write to a file