aboutsummaryrefslogtreecommitdiff
path: root/keyboards/handwired/snatchpad/info.json
diff options
context:
space:
mode:
authorxiao <307671+xia0@users.noreply.github.com>2022-02-21 19:40:11 +1100
committerGitHub <noreply@github.com>2022-02-21 00:40:11 -0800
commit18490537a5a2c050ecfa1ee2209229eba6b8b342 (patch)
tree89777cc3cba6d5f9a3d3a77bce6c30408f4dca0d /keyboards/handwired/snatchpad/info.json
parent2d1f2810a41b8a93c21035b14afacb717ef7c822 (diff)
downloadqmk_firmware-18490537a5a2c050ecfa1ee2209229eba6b8b342.tar.gz
qmk_firmware-18490537a5a2c050ecfa1ee2209229eba6b8b342.zip
[Keyboard] Add Snatchpad keyboard (#16330)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: xia0 <xiao@morgan.net.au>
Diffstat (limited to 'keyboards/handwired/snatchpad/info.json')
-rw-r--r--keyboards/handwired/snatchpad/info.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/handwired/snatchpad/info.json b/keyboards/handwired/snatchpad/info.json
new file mode 100644
index 000000000..c1d193cfe
--- /dev/null
+++ b/keyboards/handwired/snatchpad/info.json
@@ -0,0 +1,21 @@
1{
2 "keyboard_name": "snatchpad",
3 "url": "",
4 "maintainer": "xia0",
5 "layouts": {
6 "LAYOUT": {
7 "layout": [
8 {"x": 0, "y": 0},
9 {"x": 1, "y": 0},
10 {"x": 2, "y": 0},
11
12 {"x": 0, "y": 1},
13 {"x": 1, "y": 1},
14 {"x": 2, "y": 1},
15
16 {"x": 0, "y": 1},
17 {"x": 2, "y": 1}
18 ]
19 }
20 }
21}