summaryrefslogtreecommitdiff
path: root/keyboards/lazydesigners/the30/info.json
diff options
context:
space:
mode:
authorErovia <Erovia@users.noreply.github.com>2019-11-19 21:56:01 +0100
committerJames Young <18669334+noroadsleft@users.noreply.github.com>2019-11-19 12:56:01 -0800
commitc1c27b83aa9a3a57da43749854ee3c5182e63826 (patch)
tree5801a281ee69e861ebfe3738b48a8d7b8cf6fac6 /keyboards/lazydesigners/the30/info.json
parentbb87bdec82433053eef68caa5fe4a03083a13e9c (diff)
[Keyboard] Add support for the THE30 keyboard (#7390)
Diffstat (limited to 'keyboards/lazydesigners/the30/info.json')
-rw-r--r--keyboards/lazydesigners/the30/info.json44
1 files changed, 44 insertions, 0 deletions
diff --git a/keyboards/lazydesigners/the30/info.json b/keyboards/lazydesigners/the30/info.json
new file mode 100644
index 0000000000..97974112eb
--- /dev/null
+++ b/keyboards/lazydesigners/the30/info.json
@@ -0,0 +1,44 @@
+{
+ "keyboard_name": "THE30",
+ "url": "http://lazydesigners.cn",
+ "maintainer": "Erovia",
+ "width": 10,
+ "height": 3,
+ "layouts": {
+ "LAYOUT_ortho_3x10": {
+ "key_count": 30,
+ "layout": [
+ {"label":"Q", "x":0, "y":0},
+ {"label":"W", "x":1, "y":0},
+ {"label":"E", "x":2, "y":0},
+ {"label":"R", "x":3, "y":0},
+ {"label":"T", "x":4, "y":0},
+ {"label":"Y", "x":5, "y":0},
+ {"label":"U", "x":6, "y":0},
+ {"label":"I", "x":7, "y":0},
+ {"label":"O", "x":8, "y":0},
+ {"label":"P", "x":9, "y":0},
+ {"label":"A", "x":0, "y":1},
+ {"label":"S", "x":1, "y":1},
+ {"label":"D", "x":2, "y":1},
+ {"label":"F", "x":3, "y":1},
+ {"label":"G", "x":4, "y":1},
+ {"label":"H", "x":5, "y":1},
+ {"label":"J", "x":6, "y":1},
+ {"label":"K", "x":7, "y":1},
+ {"label":"L", "x":8, "y":1},
+ {"label":"ENTER", "x":9, "y":1},
+ {"label":"Z", "x":0, "y":2},
+ {"label":"X", "x":1, "y":2},
+ {"label":"C", "x":2, "y":2},
+ {"label":"V", "x":3, "y":2},
+ {"label":"B", "x":4, "y":2},
+ {"label":"N", "x":5, "y":2},
+ {"label":"M", "x":6, "y":2},
+ {"label":",", "x":7, "y":2},
+ {"label":".", "x":8, "y":2},
+ {"label":"/", "x":9, "y":2}
+ ]
+ }
+ }
+}