summaryrefslogtreecommitdiff
path: root/keyboards/maxr1998/pulse4k/info.json
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/maxr1998/pulse4k/info.json
parentbfeccf3172886c9a6ef78a7e9e7edec0434cb3e9 (diff)
Remove `"w":1` and `"h":1` from info.json (#19961)
Diffstat (limited to 'keyboards/maxr1998/pulse4k/info.json')
-rw-r--r--keyboards/maxr1998/pulse4k/info.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/keyboards/maxr1998/pulse4k/info.json b/keyboards/maxr1998/pulse4k/info.json
index 9db0307940..93827a1a64 100644
--- a/keyboards/maxr1998/pulse4k/info.json
+++ b/keyboards/maxr1998/pulse4k/info.json
@@ -19,12 +19,12 @@
"layouts": {
"LAYOUT": {
"layout": [
- { "w": 1, "x": 0, "y": 0 },
- { "w": 1, "x": 1, "y": 0 },
- { "w": 1, "x": 2, "y": 0 },
- { "w": 1, "x": 0, "y": 1 },
- { "w": 1, "x": 1, "y": 1 },
- { "w": 1, "x": 2, "y": 1 } ]
+ { "x": 0, "y": 0 },
+ { "x": 1, "y": 0 },
+ { "x": 2, "y": 0 },
+ { "x": 0, "y": 1 },
+ { "x": 1, "y": 1 },
+ { "x": 2, "y": 1 } ]
}
}
}