diff options
author | QMK Bot <hello@qmk.fm> | 2021-05-31 04:04:59 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-05-31 04:04:59 +0000 |
commit | c22f4aeb8e96b8434ce17b73fd89ebc553ae2002 (patch) | |
tree | 9a1642756e5dc88489d07b0c4eeb79aac559a8cd /keyboards/rubi/info.json | |
parent | 234d37ec16a8e8724805d43ed38cd22ae99d1fc0 (diff) | |
parent | 1a3064afb186328c17c679094b0f92cbd46844b5 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/rubi/info.json')
-rw-r--r-- | keyboards/rubi/info.json | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/keyboards/rubi/info.json b/keyboards/rubi/info.json new file mode 100644 index 0000000000..72b6242fcd --- /dev/null +++ b/keyboards/rubi/info.json @@ -0,0 +1,31 @@ +{ + "keyboard_name": "Rubi", + "url": "https://github.com/ohchiko/qmk_firmware/tree/master/keyboards/rubi", + "maintainer": "gregorio", + "width": 4, + "height": 5, + "layouts": { + "LAYOUT": { + "layout": [ + {"x":3, "y":0}, + {"x":0, "y":1.25}, + {"x":1, "y":1.25}, + {"x":2, "y":1.25}, + {"x":3, "y":1.25}, + {"x":0, "y":2.25}, + {"x":1, "y":2.25}, + {"x":2, "y":2.25}, + {"x":3, "y":2.25, "h":2}, + {"x":0, "y":3.25}, + {"x":1, "y":3.25}, + {"x":2, "y":3.25}, + {"x":0, "y":4.25}, + {"x":1, "y":4.25}, + {"x":2, "y":4.25}, + {"x":3, "y":4.25, "h":2}, + {"x":0, "y":5.25, "w":2}, + {"x":2, "y":5.25} + ] + } + } +}
\ No newline at end of file |