aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/template/base/info.json
diff options
context:
space:
mode:
authorJoel Challis2021-08-24 18:07:11 +0200
committerGitHub2021-08-24 18:07:11 +0200
commit2cade3a48300e0709f8aec68602faf90947b6738 (patch)
tree20d4e05ccb92ebf35c7aa3ab281590302e9befa9 /quantum/template/base/info.json
parent2827a3cf754c2eaca37a0d44a5901741f1855414 (diff)
Align some quantum sub-directories (#14134)
* Misc folder tidy * Review comments * Remove redundant entry
Diffstat (limited to 'quantum/template/base/info.json')
-rw-r--r--quantum/template/base/info.json19
1 files changed, 0 insertions, 19 deletions
diff --git a/quantum/template/base/info.json b/quantum/template/base/info.json
deleted file mode 100644
index af14d87996..0000000000
--- a/quantum/template/base/info.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "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}
- ]
- }
- }
-}