summaryrefslogtreecommitdiff
path: root/keyboards/gummykey/info.json
blob: 4f2136f358cd9d417e2941fdf9e4ef29a9cce297 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
    "keyboard_name": "GummyKey",
    "manufacturer": "Gumorr",
    "url": "https://github.com/gumorr/GummyKey",
    "maintainer": "Gumorr",
    "usb": {
        "vid": "0xAA12",
        "pid": "0x0001",
        "device_version": "1.0.0"
    },
    "processor": "atmega32u4",
    "bootloader": "caterina",
    "diode_direction": "ROW2COL",
    "layouts": {
        "LAYOUT_split_4x6_5": {
            "layout":
				[
					{"x":0.25, "y":0},
					{"x":1.25, "y":0}, 
					{"x":2.25, "y":0}, 
					{"x":3.25, "y":0}, 
					{"x":4.25, "y":0.125}, 
					{"x":5.25, "y":0.25}, 
					
					{"x":0.25, "y":1}, 
					{"x":1.25, "y":1}, 
					{"x":2.25, "y":1}, 
					{"x":3.25, "y":1}, 					
					{"x":4.25, "y":1.125}, 
					{"x":5.25, "y":1.25}, 
					
					{"x":0, "y":2, "w":1.25}, 
					{"x":1.25, "y":2}, 
					{"x":2.25, "y":2}, 
					{"x":3.25, "y":2}, 
					{"x":4.25, "y":2.125}, 
					{"x":5.25, "y":2.25}, 
					
					{"x":0, "y":3, "w":1.25}, 
					{"x":1.25, "y":3}, 
					{"x":2.25, "y":3}, 
					{"x":3.25, "y":3},
					{"x":4.25, "y":3.125}, 
					{"x":5.25, "y":3.25}, 
					
					{"x":0, "y":4, "w":1.25}, 
					{"x":1.25, "y":4}, 
					{"x":2.25, "y":4}, 
					{"x":3.5, "y":4.25, "w":2.25}, 
					{"x":6.75, "y":4.25}, 
					

					{"x":13.25, "y":0},  
					{"x":12.25, "y":0}, 
					{"x":11.25, "y":0},
					{"x":10.25, "y":0}, 
					{"x":9.25, "y":0.125}, 
					{"x":8.25, "y":0.25}, 

					{"x":13.25, "y":1}, 					
					{"x":12.25, "y":1}, 
					{"x":11.25, "y":1}, 
					{"x":10.25, "y":1}, 
					{"x":9.25, "y":1.125},
					{"x":8.25, "y":1.25}, 

					{"x":13.25, "y":2, "w":1.25}, 
					{"x":12.25, "y":2}, 
					{"x":11.25, "y":2}, 
					{"x":10.25, "y":2}, 					
					{"x":9.25, "y":2.125}, 
					{"x":8.25, "y":2.25}, 

					{"x":13.25, "y":3, "w":1.25}, 
					{"x":12.25, "y":3}, 
					{"x":11.25, "y":3}, 
					{"x":10.25, "y":3}, 
					{"x":9.25, "y":3.125}, 
					{"x":8.25, "y":3.25}, 

					{"x":13.25, "y":4, "w":1.25}, 
					{"x":12.25, "y":4}, 
					{"x":11.25, "y":4}, 
					{"x":8, "y":4.25, "w":2.25}, 
					{"x":7, "y":4.25}
				]
        }
    }
}