diff options
author | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2018-08-19 19:33:49 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-08-19 19:33:49 -0700 |
commit | 2091280bbb9fad01b98a07fe598986c9ef443b97 (patch) | |
tree | 5c3a781d73dbb95836771547b1ce5d1d08a20919 /keyboards/bigseries/4key | |
parent | 4a3eb3bdd457af85fda4b25d9e6379ee245d468b (diff) | |
download | qmk_firmware-2091280bbb9fad01b98a07fe598986c9ef443b97.tar.gz qmk_firmware-2091280bbb9fad01b98a07fe598986c9ef443b97.zip |
Keyboard: Fix Configurator rendering for Big Series 2-, 3-, and 4-key boards (#3698)
Diffstat (limited to 'keyboards/bigseries/4key')
-rw-r--r-- | keyboards/bigseries/4key/info.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/bigseries/4key/info.json b/keyboards/bigseries/4key/info.json index bff643d389..0bdee578a7 100644 --- a/keyboards/bigseries/4key/info.json +++ b/keyboards/bigseries/4key/info.json @@ -2,11 +2,11 @@ "keyboard_name": "Big Series 4-Key", "url": "", "maintainer": "qmk", - "width": 16, - "height": 16, + "width": 8, + "height": 8, "layouts": { "LAYOUT": { - "layout": [{"x":0, "y":0, "w":4, "h":4}, {"x":1, "y":0, "w":4, "h":4}, {"x":0, "y":1, "w":4, "h":4}, {"x":1, "y":1, "w":4, "h":4}] + "layout": [{"x":0, "y":0, "w":4, "h":4}, {"x":4, "y":0, "w":4, "h":4}, {"x":0, "y":4, "w":4, "h":4}, {"x":4, "y":4, "w":4, "h":4}] } } } |