summaryrefslogtreecommitdiff
path: root/keyboards/treasure/type9s2/info.json
diff options
context:
space:
mode:
authorTreasureTypes <73436366+TreasureTypes@users.noreply.github.com>2021-07-29 18:50:05 +0200
committerGitHub <noreply@github.com>2021-07-29 09:50:05 -0700
commit5a0985aa4a10ae15d3c3eb49a0394b10a62160ae (patch)
tree99e65df2d213ebdc7be568ed3bdee1f320c30b7b /keyboards/treasure/type9s2/info.json
parentaa0b7079a4a7a3174c7f078fc5fa81e630df1775 (diff)
[Keyboard] Add Treasure TYPE-9 Series II (#13725)
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/treasure/type9s2/info.json')
-rw-r--r--keyboards/treasure/type9s2/info.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/treasure/type9s2/info.json b/keyboards/treasure/type9s2/info.json
new file mode 100644
index 0000000000..5991a22ef0
--- /dev/null
+++ b/keyboards/treasure/type9s2/info.json
@@ -0,0 +1,22 @@
+{
+ "keyboard_name": "Treasure TYPE-9 Series II",
+ "url": "http://treasuretypes.com",
+ "maintainer": "Treasure",
+ "width": 3,
+ "height": 3,
+ "layouts": {
+ "LAYOUT_ortho_3x3": {
+ "layout": [
+ {"label": "7", "x": 0, "y": 0},
+ {"label": "8", "x": 1, "y": 0},
+ {"label": "9", "x": 2, "y": 0},
+ {"label": "4", "x": 0, "y": 1},
+ {"label": "5", "x": 1, "y": 1},
+ {"label": "6", "x": 2, "y": 1},
+ {"label": "1", "x": 0, "y": 2},
+ {"label": "2", "x": 1, "y": 2},
+ {"label": "3", "x": 2, "y": 2}
+ ]
+ }
+ }
+}