1
0
Fork 0

Remove references to info.json width and height in CLI (#13728)

This commit is contained in:
Ryan 2021-07-30 15:37:18 +10:00 committed by GitHub
parent 441914e0ad
commit 25f43837d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 2 additions and 25 deletions

View file

@ -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'