summaryrefslogtreecommitdiff
path: root/keyboards/treasure/type9s2/info.json
diff options
context:
space:
mode:
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}
+ ]
+ }
+ }
+}