summaryrefslogtreecommitdiffstats
path: root/keyboards/bigseries/4key
diff options
context:
space:
mode:
authornoroadsleft <18669334+noroadsleft@users.noreply.github.com>2018-08-20 04:33:49 +0200
committerDrashna Jaelre <drashna@live.com>2018-08-20 04:33:49 +0200
commit2091280bbb9fad01b98a07fe598986c9ef443b97 (patch)
tree5c3a781d73dbb95836771547b1ce5d1d08a20919 /keyboards/bigseries/4key
parent4a3eb3bdd457af85fda4b25d9e6379ee245d468b (diff)
downloadqmk_firmware-2091280bbb9fad01b98a07fe598986c9ef443b97.tar.gz
qmk_firmware-2091280bbb9fad01b98a07fe598986c9ef443b97.tar.xz
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.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/bigseries/4key/info.json b/keyboards/bigseries/4key/info.json
index bff643d38..0bdee578a 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}]
}
}
}