summaryrefslogtreecommitdiff
path: root/keyboards/tweetydabird/lbs4
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-03-01 02:06:11 +1100
committerGitHub <noreply@github.com>2023-02-28 15:06:11 +0000
commit7a8265247b75bf389c791738a30a01fe3dba2263 (patch)
tree3d62044eb3f5057f9cf02897205d71c8d1addd03 /keyboards/tweetydabird/lbs4
parentbfeccf3172886c9a6ef78a7e9e7edec0434cb3e9 (diff)
Remove `"w":1` and `"h":1` from info.json (#19961)
Diffstat (limited to 'keyboards/tweetydabird/lbs4')
-rw-r--r--keyboards/tweetydabird/lbs4/info.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/keyboards/tweetydabird/lbs4/info.json b/keyboards/tweetydabird/lbs4/info.json
index 2f194d658b..85eaa67060 100644
--- a/keyboards/tweetydabird/lbs4/info.json
+++ b/keyboards/tweetydabird/lbs4/info.json
@@ -65,11 +65,11 @@
"layout": [
{ "label": "Play", "matrix": [0, 2], "x": 2, "y": 0, "w": 2, "h": 2 },
- { "label": "F1", "matrix": [0, 0], "x": 0, "y": 0, "w": 1, "h": 1 },
- { "label": "F2", "matrix": [0, 1], "x": 1, "y": 0, "w": 1, "h": 1 },
+ { "label": "F1", "matrix": [0, 0], "x": 0, "y": 0 },
+ { "label": "F2", "matrix": [0, 1], "x": 1, "y": 0 },
- { "label": "F3", "matrix": [1, 0], "x": 0, "y": 1, "w": 1, "h": 1 },
- { "label": "F4", "matrix": [1, 1], "x": 1, "y": 1, "w": 1, "h": 1 }
+ { "label": "F3", "matrix": [1, 0], "x": 0, "y": 1 },
+ { "label": "F4", "matrix": [1, 1], "x": 1, "y": 1 }
]
}
}