summaryrefslogtreecommitdiff
path: root/keyboards/lazydesigners/cassette8/info.json
diff options
context:
space:
mode:
authorjackytrabbit <jacky_lijun@126.com>2021-08-27 01:49:36 +0800
committerGitHub <noreply@github.com>2021-08-26 18:49:36 +0100
commitff65185dec6f97be1eb49f17cea526a0d0bbf3d6 (patch)
treefad23965973cd0a7b064a54c022c737cbdc00166 /keyboards/lazydesigners/cassette8/info.json
parent3fce5e6912d78ec9fff4124b6952e3b8a0d4d3ae (diff)
Add support for lazydesigners/cassette8 (#14145)
* Add support for lazydesigners/cassette8 Add support for lazydesigners/cassette8 * Update keyboards/lazydesigners/cassette8/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/lazydesigners/cassette8/rules.mk Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/lazydesigners/cassette8/rules.mk Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/lazydesigners/cassette8/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/lazydesigners/cassette8/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/lazydesigners/cassette8/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/lazydesigners/cassette8/info.json Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com>
Diffstat (limited to 'keyboards/lazydesigners/cassette8/info.json')
-rwxr-xr-xkeyboards/lazydesigners/cassette8/info.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/lazydesigners/cassette8/info.json b/keyboards/lazydesigners/cassette8/info.json
new file mode 100755
index 0000000000..173023700f
--- /dev/null
+++ b/keyboards/lazydesigners/cassette8/info.json
@@ -0,0 +1,21 @@
+{
+ "keyboard_name": "Cassette8",
+ "url": "http://lazydesigners.cn",
+ "maintainer": "Jacky@LAZYDESIGNERS",
+ "width": 4,
+ "height": 2,
+ "layouts": {
+ "LAYOUT": {
+ "layout": [
+ {"label":"1", "x":0, "y":0},
+ {"label":"2", "x":1, "y":0},
+ {"label":"3", "x":2, "y":0},
+ {"label":"4", "x":3, "y":0},
+ {"label":"5", "x":0, "y":1},
+ {"label":"6", "x":1, "y":1},
+ {"label":"7", "x":2, "y":1},
+ {"label":"8", "x":3, "y":1}
+ ]
+ }
+ }
+}