diff options
author | Alabahuy <rezolutionrez@gmail.com> | 2021-07-29 23:12:29 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-29 09:12:29 -0700 |
commit | aa0b7079a4a7a3174c7f078fc5fa81e630df1775 (patch) | |
tree | bd9a8ebb7dfcd70358e61424514d8a7157f52a26 /keyboards/ocean/sus/info.json | |
parent | 441fd2ca5b942ea93d2345d1181ed76a95fd8ae7 (diff) |
[Keyboard] add sus board (#13701)
Diffstat (limited to 'keyboards/ocean/sus/info.json')
-rw-r--r-- | keyboards/ocean/sus/info.json | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/keyboards/ocean/sus/info.json b/keyboards/ocean/sus/info.json new file mode 100644 index 0000000000..9bfad4239f --- /dev/null +++ b/keyboards/ocean/sus/info.json @@ -0,0 +1,28 @@ +{ + "keyboard_name": "SUS", + "url": " ", + "maintainer": "Ocean", + "width": 3, + "height": 4, + "layouts": { + "LAYOUT_ortho_3x4": { + "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":0, "y":3}, + {"x":1, "y":3}, + {"x":2, "y":3} + ] + } + } +}
\ No newline at end of file |