mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2025-12-23 14:41:58 +00:00
Remove references to info.json width and height in CLI (#13728)
This commit is contained in:
@@ -44,8 +44,6 @@ def kle2json(cli):
|
||||
'keyboard_name': kle.name,
|
||||
'url': '',
|
||||
'maintainer': 'qmk',
|
||||
'width': kle.columns,
|
||||
'height': kle.rows,
|
||||
'layouts': {
|
||||
'LAYOUT': {
|
||||
'layout': kle2qmk(kle)
|
||||
|
||||
Reference in New Issue
Block a user