mirror of
https://github.com/nalf3in/vial-qmk.git
synced 2025-12-22 11:40:03 +00:00
Remove references to info.json width and height in CLI (#13728)
This commit is contained in:
@@ -102,9 +102,6 @@ class InfoJSONEncoder(QMKJSONEncoder):
|
||||
elif key == 'maintainer':
|
||||
return '12maintainer'
|
||||
|
||||
elif key in ('height', 'width'):
|
||||
return '40' + str(key)
|
||||
|
||||
elif key == 'community_layouts':
|
||||
return '97community_layouts'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user