Skip to content

Commit

Permalink
Merge pull request #86 from Salicylic-acid3/master
Browse files Browse the repository at this point in the history
7sProMaxを追加
  • Loading branch information
sekigon-gonnoc authored Nov 26, 2024
2 parents e9aa318 + d4b864b commit d59deec
Show file tree
Hide file tree
Showing 6 changed files with 205 additions and 0 deletions.
Binary file not shown.
77 changes: 77 additions & 0 deletions bmp-vial-config/salicylic_acid3_7spro_max_lpme_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
{
"config": {
"version": 2,
"device_info": {
"vid": "0x355D",
"pid": "0x1002",
"name": "7spro_max",
"manufacture": "Salicylic_Acid"
},
"matrix": {
"rows": 10,
"cols": 8,
"layer": 8,
"device_rows": 5,
"device_cols": 8,
"debounce": 1,
"is_left_hand": 1,
"diode_direction": 2,
"row_pins": [
7,
8,
9,
10,
11,
7,
8,
9,
10,
11
],
"col_pins": [
20,
19,
18,
17,
16,
15,
14,
12,
20,
19,
18,
17,
16,
15,
14,
12
]
},
"mode": "SINGLE",
"startup": 1,
"peripheral": {
"max_interval": 30,
"min_interval": 30,
"slave_latency": 16
},
"central": {
"max_interval": 30,
"min_interval": 30,
"slave_latency": 0
},
"led": {
"pin": 1,
"num": 16
},
"reserved": [
0,
0,
0,
0,
0,
0,
0,
0
]
}
}
Binary file not shown.
64 changes: 64 additions & 0 deletions bmp-vial-config/salicylic_acid3_7spro_max_master_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
{
"config": {
"version": 2,
"device_info": {
"vid": "0x355D",
"pid": "0x1002",
"name": "7spro_max",
"manufacture": "Salicylic_Acid"
},
"matrix": {
"rows": 10,
"cols": 8,
"layer": 8,
"device_rows": 5,
"device_cols": 8,
"debounce": 1,
"is_left_hand": 1,
"diode_direction": 0,
"row_pins": [
7,
8,
9,
10,
11
],
"col_pins": [
20,
19,
18,
17,
16,
15,
14,
12
]
},
"mode": "SPLIT_MASTER",
"startup": 1,
"peripheral": {
"max_interval": 30,
"min_interval": 30,
"slave_latency": 16
},
"central": {
"max_interval": 30,
"min_interval": 30,
"slave_latency": 0
},
"led": {
"pin": 1,
"num": 16
},
"reserved": [
0,
0,
0,
0,
0,
0,
0,
0
]
}
}
Binary file not shown.
64 changes: 64 additions & 0 deletions bmp-vial-config/salicylic_acid3_7spro_max_slave_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
{
"config": {
"version": 2,
"device_info": {
"vid": "0x355D",
"pid": "0x1002",
"name": "7spro_max",
"manufacture": "Salicylic_Acid"
},
"matrix": {
"rows": 10,
"cols": 8,
"layer": 8,
"device_rows": 5,
"device_cols": 8,
"debounce": 1,
"is_left_hand": 0,
"diode_direction": 0,
"row_pins": [
7,
8,
9,
10,
11
],
"col_pins": [
20,
19,
18,
17,
16,
15,
14,
12
]
},
"mode": "SPLIT_SLAVE",
"startup": 1,
"peripheral": {
"max_interval": 30,
"min_interval": 30,
"slave_latency": 16
},
"central": {
"max_interval": 30,
"min_interval": 30,
"slave_latency": 0
},
"led": {
"pin": 1,
"num": 16
},
"reserved": [
0,
0,
0,
0,
0,
0,
0,
0
]
}
}

0 comments on commit d59deec

Please sign in to comment.