summaryrefslogtreecommitdiff
path: root/keyboards/nightly_boards/alter/rev1/info.json
blob: d59acbf6e25000290487cf035daf42cbc3c69612 (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
90
91
92
93
94
95
96
97
98
99
{
    "keyboard_name": "Alter",
    "manufacturer": "Neil Brian Ramirez",
    "url": "",
    "maintainer": "Neil Brian Ramirez",
    "usb": {
    	"vid": "0x0717",
    	"pid": "0x0002",
    	"device_version": "0.0.1"
    },
    "matrix_pins": {
        "cols": ["C7", "C6", "B6", "B5", "B0", "B1", "B2", "B3"],
        "rows": ["F7", "F6", "F5", "E6", "D0", "B7", "D5", "D3", "D2", "D1"]
    },
    "diode_direction": "COL2ROW",
    "indicators": {
    	"caps_lock": "D6",
    	"num_lock": "D7",
    	"scroll_lock": "B4"
    },
    "processor": "atmega32u4",
    "bootloader": "atmel-dfu",
    "community_layouts": ["alice_split_bs"],
    "layouts": {
        "LAYOUT_alice_split_bs": {
             "layout": [
				{"x":0.5, "y":0}, 
				{"x":2, "y":0}, 
				{"x":3, "y":0}, 
				{"x":4, "y":0}, 
				{"x":5, "y":0}, 
				{"x":6, "y":0}, 
				{"x":7, "y":0}, 
				{"x":8, "y":0}, 
				{"x":11.25, "y":0}, 
				{"x":12.25, "y":0}, 
				{"x":13.25, "y":0}, 
				{"x":14.25, "y":0}, 
				{"x":15.25, "y":0}, 
				{"x":16.25, "y":0}, 
				{"x":17.25, "y":0}, 
				{"x":18.25, "y":0}, 
				
				{"x":0.25, "y":1}, 
				{"x":1.75, "y":1, "w":1.5}, 
				{"x":3.25, "y":1}, 
				{"x":4.25, "y":1}, 
				{"x":5.25, "y":1}, 
				{"x":6.25, "y":1}, 
				{"x":7.25, "y":1}, 
				{"x":11, "y":1}, 
				{"x":12, "y":1}, 
				{"x":13, "y":1}, 
				{"x":14, "y":1}, 
				{"x":15, "y":1}, 
				{"x":16, "y":1}, 
				{"x":17, "y":1}, 
				{"x":18, "y":1, "w":1.5}, 
				
				{"x":0, "y":2}, 
				{"x":1.5, "y":2, "w":1.75}, 
				{"x":3.25, "y":2}, 
				{"x":4.5, "y":2}, 
				{"x":5.5, "y":2}, 
				{"x":6.5, "y":2}, 
				{"x":7.5, "y":2}, 
				{"x":11.25, "y":2}, 
				{"x":12.25, "y":2}, 
				{"x":13.25, "y":2}, 
				{"x":14.25, "y":2}, 
				{"x":15.5, "y":2}, 
				{"x":16.5, "y":2}, 
				{"x":17.5, "y":2, "w":2.25}, 
				
				{"x":1.25, "y":3, "w":2.25}, 
				{"x":3.5, "y":3}, 
				{"x":5, "y":3}, 
				{"x":6, "y":3}, 
				{"x":7, "y":3}, 
				{"x":8, "y":3}, 
				{"x":10.75, "y":3}, 
				{"x":11.75, "y":3}, 
				{"x":12.75, "y":3}, 
				{"x":13.75, "y":3}, 
				{"x":15.25, "y":3}, 
				{"x":16.25, "y":3}, 
				{"x":17.25, "y":3, "w":1.75}, 
				{"x":19, "y":3}, 
				
				{"x":1.25, "y":4, "w":1.5}, 
				{"x":5, "y":4, "w":1.5}, 
				{"x":6.5, "y":4, "w":2}, 
				{"x":8.5, "y":4, "w":1.25}, 
				{"x":10.5, "y":4, "w":2.75}, 
				{"x":13.25, "y":4, "w":1.5}, 
				{"x":18.25, "y":4, "w":1.5}]
        }
    }
}