diff options
| author | Nick Brassel <nick@tzarc.org> | 2021-08-29 08:20:25 +1000 |
|---|---|---|
| committer | Nick Brassel <nick@tzarc.org> | 2021-08-29 08:20:25 +1000 |
| commit | f061ca497464fe85284906fb163a33eaee7a91ef (patch) | |
| tree | 33ef1bfb529aed382e8526c607c4e18717f92571 /lib/python/qmk/json_encoders.py | |
| parent | ff65185dec6f97be1eb49f17cea526a0d0bbf3d6 (diff) | |
| parent | 4bad375d7c09d949a9dcdd4feba147c9c7a67ec6 (diff) | |
| download | qmk_firmware-f061ca497464fe85284906fb163a33eaee7a91ef.tar.gz qmk_firmware-f061ca497464fe85284906fb163a33eaee7a91ef.zip | |
Breaking changes develop merge to master, 2021Q3 edition. (#14196)
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 | ||
