summaryrefslogtreecommitdiff
path: root/keyboards/m10a/info.json
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-03-15 08:25:35 +0000
committerQMK Bot <hello@qmk.fm>2021-03-15 08:25:35 +0000
commitc3a2a7659eb3279e8480972edf8da6f10897c000 (patch)
treeda34646ab4d7b6826334586367ccba6cdca3c191 /keyboards/m10a/info.json
parent8b9419aaf7f75a7f2c18f09b75a243751d624cf2 (diff)
parent52b7ebd6be2532fc41ef1593be8e22c5f39d9a1e (diff)
Merge remote-tracking branch 'origin/master' into develop
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}
+ ]
+ }
+ }
+}