summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/pytest/macro/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/handwired/pytest/macro/info.json
parentbfeccf3172886c9a6ef78a7e9e7edec0434cb3e9 (diff)
Remove `"w":1` and `"h":1` from info.json (#19961)
Diffstat (limited to 'keyboards/handwired/pytest/macro/info.json')
-rw-r--r--keyboards/handwired/pytest/macro/info.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/handwired/pytest/macro/info.json b/keyboards/handwired/pytest/macro/info.json
index ed052a14a3..914d5edcd6 100644
--- a/keyboards/handwired/pytest/macro/info.json
+++ b/keyboards/handwired/pytest/macro/info.json
@@ -3,7 +3,7 @@
"layouts": {
"LAYOUT_custom": {
"layout": [
- { "label": "KC_Q", "matrix": [0, 0], "w": 1, "x": 0, "y": 0 }
+ { "label": "KC_Q", "matrix": [0, 0], "x": 0, "y": 0 }
]
}
}