Remove width, height and key_count from info.json (#14274)
This commit is contained in:
@ -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),
|
||||
}
|
||||
|
Reference in New Issue
Block a user