mirror of
https://github.com/qmk/qmk_firmware.git
synced 2026-08-03 07:51:34 -04:00
Merge remote-tracking branch 'origin/develop' into xap
This commit is contained in:
@@ -62,4 +62,4 @@ def format_json(cli):
|
||||
json_file['layers'][layer_num] = current_layer
|
||||
|
||||
# Display the results
|
||||
print(json.dumps(json_file, cls=json_encoder))
|
||||
print(json.dumps(json_file, cls=json_encoder, sort_keys=True))
|
||||
|
||||
Reference in New Issue
Block a user