summaryrefslogtreecommitdiffstats
path: root/keyboards/opendeck/32/info.json
diff options
context:
space:
mode:
authorCmdr. Emily <68452184+cmdremily@users.noreply.github.com>2020-10-18 09:37:02 +0200
committerGitHub <noreply@github.com>2020-10-18 18:37:02 +1100
commitf952d4f7b779474918453b7ec3ccccdcfbd63b58 (patch)
treee8618b97336dc35994caba814885d61d68ce295b /keyboards/opendeck/32/info.json
parent8be058d55d2a50065294bac8e63020dbedae3f36 (diff)
Support OpenDeck 32 keyboard (#10305)
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/opendeck/32/info.json')
-rw-r--r--keyboards/opendeck/32/info.json46
1 files changed, 46 insertions, 0 deletions
diff --git a/keyboards/opendeck/32/info.json b/keyboards/opendeck/32/info.json
new file mode 100644
index 0000000000..755b4ae23c
--- /dev/null
+++ b/keyboards/opendeck/32/info.json
@@ -0,0 +1,46 @@
+{
+ "keyboard_name": "OpenDeck 32",
+ "width": 8,
+ "height": 4,
+ "layouts": {
+ "LAYOUT_ortho_4x8": {
+ "layout": [
+ { "x":0, "y":0 },
+ { "x":1, "y":0 },
+ { "x":2, "y":0 },
+ { "x":3, "y":0 },
+ { "x":4, "y":0 },
+ { "x":5, "y":0 },
+ { "x":6, "y":0 },
+ { "x":7, "y":0 },
+
+ { "x":0, "y":1 },
+ { "x":1, "y":1 },
+ { "x":2, "y":1 },
+ { "x":3, "y":1 },
+ { "x":4, "y":1 },
+ { "x":5, "y":1 },
+ { "x":6, "y":1 },
+ { "x":7, "y":1 },
+
+ { "x":0, "y":2 },
+ { "x":1, "y":2 },
+ { "x":2, "y":2 },
+ { "x":3, "y":2 },
+ { "x":4, "y":2 },
+ { "x":5, "y":2 },
+ { "x":6, "y":2 },
+ { "x":7, "y":2 },
+
+ { "x":0, "y":3 },
+ { "x":1, "y":3 },
+ { "x":2, "y":3 },
+ { "x":3, "y":3 },
+ { "x":4, "y":3 },
+ { "x":5, "y":3 },
+ { "x":6, "y":3 },
+ { "x":7, "y":3 }
+ ]
+ }
+ }
+}