Skip to content

Commit 56fcc12

Browse files
Merge pull request #42 from kakunpc/kakunpc/add_rabbit_capture_plan
add rabbit capture plan
2 parents 552939e + 9465934 commit 56fcc12

File tree

3 files changed

+60
-0
lines changed

3 files changed

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

0 commit comments

Comments
 (0)