summaryrefslogtreecommitdiff
path: root/keyboards/rama/m6_a/info.json
diff options
context:
space:
mode:
authorEric <22215921+ericywl@users.noreply.github.com>2018-04-30 22:45:38 +0800
committerDrashna Jaelre <drashna@live.com>2018-04-30 07:45:38 -0700
commitbc89c4f104a9066a6d5eb80c92c504724a976cd5 (patch)
treeffe8d796a17bed39460259702e4c06a5f03d1a57 /keyboards/rama/m6_a/info.json
parent2054f20b69f7806943a95956c8f13c03f1f1a3ea (diff)
QMK Configurator Support for KBD66 and RAMA M6-A (#2849)
* Added KBD66 Config * Added RAMA M6-A Config * Changed KEYMAP to LAYOUT for KBD66 and M6-A
Diffstat (limited to 'keyboards/rama/m6_a/info.json')
-rw-r--r--keyboards/rama/m6_a/info.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/rama/m6_a/info.json b/keyboards/rama/m6_a/info.json
new file mode 100644
index 0000000000..28dd733dac
--- /dev/null
+++ b/keyboards/rama/m6_a/info.json
@@ -0,0 +1,19 @@
+{
+ "keyboard_name": "m6-a",
+ "url": "",
+ "maintainer": "qmk",
+ "width": 3,
+ "height": 2,
+ "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 }
+ ]
+ }
+ }
+}