summaryrefslogtreecommitdiff
path: root/keyboards/handwired
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2022-02-28 15:32:33 -0800
committerGitHub <noreply@github.com>2022-02-28 23:32:33 +0000
commitd1068b23ad4bc70d135e94d6e278733df93024d8 (patch)
tree252b78562baee73a19031a0c42a10d5125c723e3 /keyboards/handwired
parentfbfd5312b995a32af690c183cad0dc988f695e89 (diff)
snatchpad: update layout data (#16476)
Fixes key overlaps in QMK Configurator.
Diffstat (limited to 'keyboards/handwired')
-rw-r--r--keyboards/handwired/snatchpad/info.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/keyboards/handwired/snatchpad/info.json b/keyboards/handwired/snatchpad/info.json
index c1d193cfe5..1306d72b06 100644
--- a/keyboards/handwired/snatchpad/info.json
+++ b/keyboards/handwired/snatchpad/info.json
@@ -5,16 +5,16 @@
"layouts": {
"LAYOUT": {
"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},
- {"x": 0, "y": 1},
- {"x": 2, "y": 1}
+ {"x": 0, "y": 2},
+ {"x": 4, "y": 2}
]
}
}