1
0
Fork 0

Remove width, height and key_count from info.json (#14274)

This commit is contained in:
Ryan 2021-09-12 14:04:56 +10:00 committed by GitHub
parent f1084712d7
commit 4791cfae1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
1718 changed files with 195 additions and 4141 deletions

View file

@ -74,7 +74,6 @@ def find_layouts(file):
key['matrix'] = matrix_locations[key['label']]
parsed_layouts[macro_name] = {
'key_count': len(parsed_layout),
'layout': parsed_layout,
'filename': str(file),
}