Skip to content

Commit e9f2d07

Browse files
Merge pull request #89 from Salicylic-acid3/master
7sPro ELの追加
2 parents 39f56fe + 37c4e4f commit e9f2d07

6 files changed

+205
-0
lines changed
4 KB
Binary file not shown.
Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
{
2+
"config": {
3+
"version": 2,
4+
"device_info": {
5+
"vid": "0x355D",
6+
"pid": "0x101D",
7+
"name": "7spro_el",
8+
"manufacture": "Salicylic_Acid"
9+
},
10+
"matrix": {
11+
"rows": 10,
12+
"cols": 8,
13+
"layer": 8,
14+
"device_rows": 5,
15+
"device_cols": 8,
16+
"debounce": 1,
17+
"is_left_hand": 1,
18+
"diode_direction": 2,
19+
"row_pins": [
20+
7,
21+
8,
22+
9,
23+
10,
24+
11,
25+
7,
26+
8,
27+
9,
28+
10,
29+
11
30+
],
31+
"col_pins": [
32+
20,
33+
19,
34+
18,
35+
17,
36+
16,
37+
15,
38+
14,
39+
12,
40+
20,
41+
19,
42+
18,
43+
17,
44+
16,
45+
15,
46+
14,
47+
12
48+
]
49+
},
50+
"mode": "SINGLE",
51+
"startup": 1,
52+
"peripheral": {
53+
"max_interval": 30,
54+
"min_interval": 30,
55+
"slave_latency": 16
56+
},
57+
"central": {
58+
"max_interval": 30,
59+
"min_interval": 30,
60+
"slave_latency": 0
61+
},
62+
"led": {
63+
"pin": 1,
64+
"num": 12
65+
},
66+
"reserved": [
67+
0,
68+
0,
69+
0,
70+
0,
71+
0,
72+
0,
73+
0,
74+
0
75+
]
76+
}
77+
}
4 KB
Binary file not shown.
Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
{
2+
"config": {
3+
"version": 2,
4+
"device_info": {
5+
"vid": "0x355D",
6+
"pid": "0x101D",
7+
"name": "7spro_el",
8+
"manufacture": "Salicylic_Acid"
9+
},
10+
"matrix": {
11+
"rows": 10,
12+
"cols": 8,
13+
"layer": 8,
14+
"device_rows": 5,
15+
"device_cols": 8,
16+
"debounce": 1,
17+
"is_left_hand": 1,
18+
"diode_direction": 0,
19+
"row_pins": [
20+
7,
21+
8,
22+
9,
23+
10,
24+
11
25+
],
26+
"col_pins": [
27+
20,
28+
19,
29+
18,
30+
17,
31+
16,
32+
15,
33+
14,
34+
12
35+
]
36+
},
37+
"mode": "SPLIT_MASTER",
38+
"startup": 1,
39+
"peripheral": {
40+
"max_interval": 30,
41+
"min_interval": 30,
42+
"slave_latency": 16
43+
},
44+
"central": {
45+
"max_interval": 30,
46+
"min_interval": 30,
47+
"slave_latency": 0
48+
},
49+
"led": {
50+
"pin": 1,
51+
"num": 12
52+
},
53+
"reserved": [
54+
0,
55+
0,
56+
0,
57+
0,
58+
0,
59+
0,
60+
0,
61+
0
62+
]
63+
}
64+
}
4 KB
Binary file not shown.
Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
{
2+
"config": {
3+
"version": 2,
4+
"device_info": {
5+
"vid": "0x355D",
6+
"pid": "0x101D",
7+
"name": "7spro_el",
8+
"manufacture": "Salicylic_Acid"
9+
},
10+
"matrix": {
11+
"rows": 10,
12+
"cols": 8,
13+
"layer": 8,
14+
"device_rows": 5,
15+
"device_cols": 8,
16+
"debounce": 1,
17+
"is_left_hand": 0,
18+
"diode_direction": 0,
19+
"row_pins": [
20+
7,
21+
8,
22+
9,
23+
10,
24+
11
25+
],
26+
"col_pins": [
27+
20,
28+
19,
29+
18,
30+
17,
31+
16,
32+
15,
33+
14,
34+
12
35+
]
36+
},
37+
"mode": "SPLIT_SLAVE",
38+
"startup": 1,
39+
"peripheral": {
40+
"max_interval": 30,
41+
"min_interval": 30,
42+
"slave_latency": 16
43+
},
44+
"central": {
45+
"max_interval": 30,
46+
"min_interval": 30,
47+
"slave_latency": 0
48+
},
49+
"led": {
50+
"pin": 1,
51+
"num": 12
52+
},
53+
"reserved": [
54+
0,
55+
0,
56+
0,
57+
0,
58+
0,
59+
0,
60+
0,
61+
0
62+
]
63+
}
64+
}

0 commit comments

Comments
 (0)