Skip to content

Commit

Permalink
Remove width and height parameters from kle converter output. (#52)
Browse files Browse the repository at this point in the history
See this PR for reference as to why:
qmk/qmk_firmware#13728
Included in QMK Breaking Changes - 2021 August 28 Changelog
  • Loading branch information
purdeaandrei authored Sep 19, 2021
1 parent 2f7a068 commit 3395bdd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions web.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,6 @@ def POST_v1_converters_kle():
keyboard_name=kle.name,
url='',
maintainer='qmk',
width=kle.columns,
height=kle.rows,
layouts={'LAYOUT': {
'layout': 'LAYOUT_JSON_HERE'
}},
Expand Down

0 comments on commit 3395bdd

Please sign in to comment.