summaryrefslogtreecommitdiff
path: root/keyboards/m10a/info.json
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2021-03-15 01:25:00 -0700
committerGitHub <noreply@github.com>2021-03-15 19:25:00 +1100
commit52b7ebd6be2532fc41ef1593be8e22c5f39d9a1e (patch)
tree4baa836cb753e31af6c4dfb92743879de6c467fe /keyboards/m10a/info.json
parent2e50b34c67ec602e456c4a158c0956aa1b9aaa2d (diff)
M10-A refactor (#12242)
Diffstat (limited to 'keyboards/m10a/info.json')
-rw-r--r--keyboards/m10a/info.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/keyboards/m10a/info.json b/keyboards/m10a/info.json
new file mode 100644
index 0000000000..7692259297
--- /dev/null
+++ b/keyboards/m10a/info.json
@@ -0,0 +1,26 @@
+{
+ "keyboard_name": "Rama Works X Machine Industries M10-A Macropad",
+ "url": "",
+ "maintainer": "qmk",
+ "width": 3,
+ "height": 4,
+ "layouts": {
+ "LAYOUT": {
+ "layout": [
+ {"x":0, "y":0},
+ {"x":1, "y":0},
+ {"x":2, "y":0},
+
+ {"x":0, "y":1},
+ {"x":1, "y":1},
+ {"x":2, "y":1},
+
+ {"x":0, "y":2},
+ {"x":1, "y":2},
+ {"x":2, "y":2},
+
+ {"x":1, "y":3, "w":2}
+ ]
+ }
+ }
+}