Skip to content

Commit 441a75f

Browse files
Merge pull request #48 from 7-rate/fix/PistachioMacroPad
PistachioMacroPadのVID/PIDを更新
2 parents e47b9a4 + 27da87b commit 441a75f

File tree

1 file changed

+19
-16
lines changed

1 file changed

+19
-16
lines changed
Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,24 @@
11
{"config":
22
{
33
"version":2,
4-
"device_info":{"vid":"0xFEED","pid":"0xD0C3",
5-
"name":"PistachioMP","manufacture":"rate","description":""},
6-
"matrix":{"rows":5,"cols":4,"device_rows":5, "device_cols":4,
7-
"debounce":1,"is_left_hand":1,"diode_direction":1,
8-
"row_pins":[11, 10, 9, 8, 7],
9-
"col_pins":[15, 16, 17, 18],
10-
"layout":[8, 0,
11-
1, 2, 3, 4, 0,
12-
5, 6, 7, 0,
13-
9, 10, 11, 12, 0,
14-
13, 14, 15, 0,
15-
17, 19, 20]},
4+
"device_info":{"vid":"0x5255","pid":"0xe212","name":"pistachio_mp","manufacture":"rate","description":""},
5+
"matrix":{"rows":5,"cols":4,"device_rows":5,"device_cols":4,
6+
"debounce":3,
7+
"is_left_hand":1,
8+
"diode_direction":1,
9+
"row_pins":[11,10,9,8,7],
10+
"col_pins":[15,16,17,18],
11+
"layout":[
12+
8, 0,
13+
1, 2, 3, 4, 0,
14+
5, 6, 7, 0,
15+
9, 10, 11, 12, 0,
16+
13, 14, 15, 0,
17+
17, 19, 20]},
1618
"mode":"SINGLE","startup":1,
17-
"peripheral":{"max_interval":60,"min_interval":30,"slave_latency":7},
18-
"central":{"max_interval":60,"min_interval":30,"slave_latency":0},
19-
"led":{"pin":2, "num":3},
20-
"keymap":{"locale":"US","use_ascii":0}
19+
"peripheral":{"max_interval":30,"min_interval":30,"slave_latency":16},
20+
"central":{"max_interval":30,"min_interval":30,"slave_latency":0},
21+
"led":{"pin":2,"num":3},
22+
"keymap":{"locale":"US","use_ascii":0},
23+
"reserved":[0,0,0,0,0,0,0,0]
2124
}}

0 commit comments

Comments
 (0)