Keyboard: Fix Configurator rendering for Big Series 2-, 3-, and 4-key boards (#3698)

This commit is contained in:
noroadsleft 2018-08-19 19:33:49 -07:00 committed by Drashna Jaelre
parent 4a3eb3bdd4
commit 2091280bbb
3 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@
"height": 4, "height": 4,
"layouts": { "layouts": {
"LAYOUT": { "LAYOUT": {
"layout": [{"x":0, "y":0, "w":4, "h":4}, {"x":1, "y":0, "w":4, "h":4}] "layout": [{"x":0, "y":0, "w":4, "h":4}, {"x":4, "y":0, "w":4, "h":4}]
} }
} }
} }

View File

@ -6,7 +6,7 @@
"height": 4, "height": 4,
"layouts": { "layouts": {
"LAYOUT": { "LAYOUT": {
"layout": [{"x":0, "y":0, "w":4, "h":4}, {"x":1, "y":0, "w":4, "h":4}, {"x":2, "y":0, "w":4, "h":4}] "layout": [{"x":0, "y":0, "w":4, "h":4}, {"x":4, "y":0, "w":4, "h":4}, {"x":8, "y":0, "w":4, "h":4}]
} }
} }
} }

View File

@ -2,11 +2,11 @@
"keyboard_name": "Big Series 4-Key", "keyboard_name": "Big Series 4-Key",
"url": "", "url": "",
"maintainer": "qmk", "maintainer": "qmk",
"width": 16, "width": 8,
"height": 16, "height": 8,
"layouts": { "layouts": {
"LAYOUT": { "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}]
} }
} }
} }