summaryrefslogtreecommitdiff
path: root/keyboards/draytronics
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2020-10-24 05:09:28 -0700
committerGitHub <noreply@github.com>2020-10-24 13:09:28 +0100
commit3d183ed7a0af937279eea5f981be505f0d13dc07 (patch)
tree119692b680a4e963de251eb775e0a25acc7c7017 /keyboards/draytronics
parent4e30f4d102da9ec617cb4a119d7913aee2379f74 (diff)
draytronics/scarlet: fix info.json data (#10746)
Diffstat (limited to 'keyboards/draytronics')
-rw-r--r--keyboards/draytronics/scarlet/info.json34
1 files changed, 34 insertions, 0 deletions
diff --git a/keyboards/draytronics/scarlet/info.json b/keyboards/draytronics/scarlet/info.json
new file mode 100644
index 0000000000..c45291422c
--- /dev/null
+++ b/keyboards/draytronics/scarlet/info.json
@@ -0,0 +1,34 @@
+{
+ "keyboard_name": "Draytronics SCARLET",
+ "url": "",
+ "maintainer": "ghostseven",
+ "width": 4,
+ "height": 5,
+ "layouts": {
+ "LAYOUT_numpad_5x4": {
+ "layout": [
+ {"x":0, "y":0},
+ {"x":1, "y":0},
+ {"x":2, "y":0},
+ {"x":3, "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":3, "y":1, "h":2},
+
+ {"x":0, "y":3},
+ {"x":1, "y":3},
+ {"x":2, "y":3},
+
+ {"x":0, "y":4, "w":2},
+ {"x":2, "y":4},
+ {"x":3, "y":3, "h":2}
+ ]
+ }
+ }
+}