diff options
author | Jason Barnachea <jrbarnachea@gmail.com> | 2022-03-08 13:24:06 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-08 21:24:06 +0000 |
commit | d38696a4937525d34445bf23863f99675ec2f54c (patch) | |
tree | 3f8c1ccfd683a4a11a6671a51f5e2cdc91a61bd6 /keyboards/machine_industries/m4_a/info.json | |
parent | b593cfccbde7b4fa7feb0e756eb601f7717bed98 (diff) |
[Keyboard] Add Rama Works M4-A (#16570)
* Initial commit
Add Rama Works M4-A keyboard.
* Update default keymap.c
* Update keyboards/machine_industries/m4_a/config.h
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/machine_industries/m4_a/info.json')
-rw-r--r-- | keyboards/machine_industries/m4_a/info.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/keyboards/machine_industries/m4_a/info.json b/keyboards/machine_industries/m4_a/info.json new file mode 100644 index 0000000000..4a2f03e741 --- /dev/null +++ b/keyboards/machine_industries/m4_a/info.json @@ -0,0 +1,15 @@ +{ + "keyboard_name": "Rama Works M4-A", + "url": "http://rama.works", + "maintainer": "naut", + "layouts": { + "LAYOUT": { + "layout": [ + {"x":0, "y":0}, + {"x":1, "y":0}, + {"x":2, "y":0, "h":2}, + {"x":0, "y":1, "w":2} + ] + } + } +} |