diff options
author | Gregorio <38576492+ohchiko@users.noreply.github.com> | 2021-05-31 11:04:26 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-30 21:04:26 -0700 |
commit | 1a3064afb186328c17c679094b0f92cbd46844b5 (patch) | |
tree | 9a1642756e5dc88489d07b0c4eeb79aac559a8cd /keyboards/rubi/info.json | |
parent | 2b8f1fcdfbf1dbd486036eaf908a57730d251174 (diff) |
[Keyboard] Add Rubi Numpad (#12283)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
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 |