From 3395bdd1262c209c9816b9db8364a3cb075a4076 Mon Sep 17 00:00:00 2001 From: Purdea Andrei Date: Sun, 19 Sep 2021 09:04:45 +0300 Subject: [PATCH] Remove width and height parameters from kle converter output. (#52) See this PR for reference as to why: https://github.com/qmk/qmk_firmware/pull/13728 Included in QMK Breaking Changes - 2021 August 28 Changelog --- web.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/web.py b/web.py index 665e53b..ff30c90 100644 --- a/web.py +++ b/web.py @@ -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' }},