summaryrefslogtreecommitdiff
path: root/keyboards/dumbpad/v3x/info.json
diff options
context:
space:
mode:
authorDicko <dickofn@gmail.com>2022-10-13 05:19:07 +0700
committerGitHub <noreply@github.com>2022-10-12 15:19:07 -0700
commit29169243a73cfc26adbf3b0b4ea09ae88927f598 (patch)
tree306f3a8541c1a88b3e63f2ddb800900ee06dfdb3 /keyboards/dumbpad/v3x/info.json
parent4dec07741b4bfb1b9858f5d862589754b28dec5c (diff)
[Keyboard] Support for dumbpad_v3x (#18663)
* feat: support for dumbpad_v3x - all credit goes to - ref: https://github.com/qmk/qmk_firmware/pull/16285 - included comment from noroadsleft - ref: https://github.com/qmk/qmk_firmware/pull/16285#pullrequestreview-1038213899 * fix: add newline on every .c, .h, .mk files end * feat: response to change https://github.com/qmk/qmk_firmware/pull/18663#discussion_r991515821 * feat: response to change https://github.com/qmk/qmk_firmware/pull/18663#discussion_r991516192
Diffstat (limited to 'keyboards/dumbpad/v3x/info.json')
-rw-r--r--keyboards/dumbpad/v3x/info.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/dumbpad/v3x/info.json b/keyboards/dumbpad/v3x/info.json
new file mode 100644
index 0000000000..f29108fb39
--- /dev/null
+++ b/keyboards/dumbpad/v3x/info.json
@@ -0,0 +1,18 @@
+{
+ "keyboard_name": "dumbpad/v3x",
+ "url": "https://www.github.com/imchipwood/dumbpad",
+ "maintainer": "imchipwood",
+ "usb": {
+ "device_version": "0.1.0"
+ },
+ "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}
+ ]
+ }
+ }
+} \ No newline at end of file