summaryrefslogtreecommitdiffstats
path: root/keyboards/rama/m10_b/info.json
diff options
context:
space:
mode:
authorWilba6582 <Jason.S.Wiliams@gmail.com>2018-07-14 08:51:34 +0200
committerJack Humbert <jack.humb@gmail.com>2018-07-15 18:50:36 +0200
commit3d9fda3629c09819f2b7c07c68e3504bdf4cd0d3 (patch)
tree43851ffdfdce8a81762fe2641639d4d6131903c3 /keyboards/rama/m10_b/info.json
parentffa119941cac14d6e81853da670f8223823112c3 (diff)
downloadqmk_firmware-3d9fda3629c09819f2b7c07c68e3504bdf4cd0d3.tar.gz
qmk_firmware-3d9fda3629c09819f2b7c07c68e3504bdf4cd0d3.tar.xz
Added M10-B implementation
Diffstat (limited to 'keyboards/rama/m10_b/info.json')
-rw-r--r--keyboards/rama/m10_b/info.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/rama/m10_b/info.json b/keyboards/rama/m10_b/info.json
new file mode 100644
index 000000000..fb144030d
--- /dev/null
+++ b/keyboards/rama/m10_b/info.json
@@ -0,0 +1,23 @@
+{
+ "keyboard_name": "m10-b",
+ "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.0 }
+ ]
+ }
+ }
+}