summaryrefslogtreecommitdiff
path: root/data/templates/base/info.json
diff options
context:
space:
mode:
Diffstat (limited to 'data/templates/base/info.json')
-rw-r--r--data/templates/base/info.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/data/templates/base/info.json b/data/templates/base/info.json
new file mode 100644
index 0000000000..af14d87996
--- /dev/null
+++ b/data/templates/base/info.json
@@ -0,0 +1,19 @@
+{
+ "keyboard_name": "%KEYBOARD%",
+ "url": "",
+ "maintainer": "%YOUR_NAME%",
+ "width": 3,
+ "height": 2,
+ "layouts": {
+ "LAYOUT": {
+ "layout": [
+ {"label": "k00", "x": 0, "y": 0},
+ {"label": "k01", "x": 1, "y": 0},
+ {"label": "k02", "x": 2, "y": 0},
+
+ {"label": "k10", "x": 0, "y": 1, "w": 1.5},
+ {"label": "k12", "x": 1.5, "y": 1, "w": 1.5}
+ ]
+ }
+ }
+}