From aa0b7079a4a7a3174c7f078fc5fa81e630df1775 Mon Sep 17 00:00:00 2001 From: Alabahuy Date: Thu, 29 Jul 2021 23:12:29 +0700 Subject: [Keyboard] add sus board (#13701) --- keyboards/ocean/sus/info.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 keyboards/ocean/sus/info.json (limited to 'keyboards/ocean/sus/info.json') 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 -- cgit v1.2.3