summaryrefslogtreecommitdiff
path: root/keyboards/dumbpad/info.json
diff options
context:
space:
mode:
authorjfescobar18 <81986725+jfescobar18@users.noreply.github.com>2021-08-19 12:39:30 -0500
committerGitHub <noreply@github.com>2021-08-19 10:39:30 -0700
commit425e1e665dc3c114fc42878f2b6a9d3225e5e6b5 (patch)
tree3cc7e9a58c86d3729c7d619a8e0a63d19f4bf462 /keyboards/dumbpad/info.json
parent3b4c35da6b476c8777c3b492179d30260ffbf895 (diff)
[Keyboard] Dumbpad VIA support added (#13512)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/dumbpad/info.json')
-rw-r--r--keyboards/dumbpad/info.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/dumbpad/info.json b/keyboards/dumbpad/info.json
new file mode 100644
index 0000000000..82a53d852b
--- /dev/null
+++ b/keyboards/dumbpad/info.json
@@ -0,0 +1,18 @@
+{
+ "keyboard_name": "dumbpad",
+ "keyboard_folder": "dumbpad",
+ "url": "https://www.github.com/imchipwood/dumbpad",
+ "maintainer": "imchipwood",
+ "width": 5,
+ "height": 4,
+ "layouts": {
+ "LAYOUT": {
+ "layout": [
+ {"x":1, "y":0}, {"x":2, "y":0}, {"x":3, "y":0}, {"x":4, "y":0},
+ {"x":1, "y":1}, {"x":2, "y":1}, {"x":3, "y":1}, {"x":4, "y":1},
+ {"x":1, "y":2}, {"x":2, "y":2}, {"x":3, "y":2}, {"x":4, "y":2},
+ {"x":0, "y":3}, {"x":1, "y":3}, {"x":2, "y":3}, {"x":3, "y":3}, {"x":4, "y":3}
+ ]
+ }
+ }
+}