aboutsummaryrefslogtreecommitdiff
path: root/keyboards/butterstick/info.json
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/butterstick/info.json')
-rw-r--r--keyboards/butterstick/info.json34
1 files changed, 34 insertions, 0 deletions
diff --git a/keyboards/butterstick/info.json b/keyboards/butterstick/info.json
new file mode 100644
index 000000000..6e3f16479
--- /dev/null
+++ b/keyboards/butterstick/info.json
@@ -0,0 +1,34 @@
1{
2 "keyboard_name": "Butter Stick",
3 "url": "",
4 "maintainer": "germ",
5 "width": 10,
6 "height": 2,
7 "layouts": {
8 "LAYOUT_butter": {
9 "layout": [
10 {"x":0, "y":0},
11 {"x":1, "y":0},
12 {"x":2, "y":0},
13 {"x":3, "y":0},
14 {"x":4, "y":0},
15 {"x":5, "y":0},
16 {"x":6, "y":0},
17 {"x":7, "y":0},
18 {"x":8, "y":0},
19 {"x":9, "y":0},
20
21 {"x":0, "y":1},
22 {"x":1, "y":1},
23 {"x":2, "y":1},
24 {"x":3, "y":1},
25 {"x":4, "y":1},
26 {"x":5, "y":1},
27 {"x":6, "y":1},
28 {"x":7, "y":1},
29 {"x":8, "y":1},
30 {"x":9, "y":1}
31 ]
32 }
33 }
34}