diff options
Diffstat (limited to 'lib/python/qmk/json_encoders.py')
-rwxr-xr-x | lib/python/qmk/json_encoders.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/python/qmk/json_encoders.py b/lib/python/qmk/json_encoders.py index 9f3da022b..72e91973a 100755 --- a/lib/python/qmk/json_encoders.py +++ b/lib/python/qmk/json_encoders.py | |||
@@ -102,9 +102,6 @@ class InfoJSONEncoder(QMKJSONEncoder): | |||
102 | elif key == 'maintainer': | 102 | elif key == 'maintainer': |
103 | return '12maintainer' | 103 | return '12maintainer' |
104 | 104 | ||
105 | elif key in ('height', 'width'): | ||
106 | return '40' + str(key) | ||
107 | |||
108 | elif key == 'community_layouts': | 105 | elif key == 'community_layouts': |
109 | return '97community_layouts' | 106 | return '97community_layouts' |
110 | 107 | ||