summaryrefslogtreecommitdiff
path: root/keyboards/4by3
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2021-09-12 14:04:56 +1000
committerGitHub <noreply@github.com>2021-09-12 14:04:56 +1000
commit4791cfae1af0bc15a0bd8417c5195bf482b87605 (patch)
treec8bce61c28184407f9af5cd6b07f369c5c51acb0 /keyboards/4by3
parentf1084712d72eb0e942ac46a9e606cc2d3af11dc6 (diff)
Remove width, height and key_count from info.json (#14274)
Diffstat (limited to 'keyboards/4by3')
-rw-r--r--keyboards/4by3/info.json5
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/4by3/info.json b/keyboards/4by3/info.json
index fb78f05d51..50f7c44b4f 100644
--- a/keyboards/4by3/info.json
+++ b/keyboards/4by3/info.json
@@ -2,11 +2,8 @@
"keyboard_name": "4by3",
"url": "https://github.com/eliassjogreen/4by3",
"maintainer": "eliassjogreen",
- "width": 4,
- "height": 3,
"layouts": {
"LAYOUT_horizontal": {
- "key_count": 12,
"layout": [
{ "x": 0, "y": 0 }, { "x": 1, "y": 0 }, { "x": 2, "y": 0 }, { "x": 3, "y": 0 },
{ "x": 0, "y": 1 }, { "x": 1, "y": 1 }, { "x": 2, "y": 1 }, { "x": 3, "y": 1 },
@@ -14,7 +11,6 @@
]
},
"LAYOUT_vertical_right": {
- "key_count": 12,
"layout": [
{ "x": 0, "y": 0 }, { "x": 1, "y": 0 }, { "x": 2, "y": 0 },
{ "x": 0, "y": 1 }, { "x": 1, "y": 1 }, { "x": 2, "y": 1 },
@@ -23,7 +19,6 @@
]
},
"LAYOUT_vertical_left": {
- "key_count": 12,
"layout": [
{ "x": 0, "y": 0 }, { "x": 1, "y": 0 }, { "x": 2, "y": 0 },
{ "x": 0, "y": 1 }, { "x": 1, "y": 1 }, { "x": 2, "y": 1 },