Skip to content

Commit

Permalink
Add toybox config files
Browse files Browse the repository at this point in the history
  • Loading branch information
sekigon-gonnoc committed Jun 6, 2020
1 parent 8c31ab4 commit 4ac88ee
Show file tree
Hide file tree
Showing 3 changed files with 330 additions and 0 deletions.
110 changes: 110 additions & 0 deletions AboutDefaultFirmware/keyboards/toybox/toybox_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,110 @@
{
"config": {
"version": 2,
"device_info": {
"vid": "0xfeed",
"pid": "0x701b",
"name": "toybox",
"manufacture": "sekigon-gonnoc",
"description": "A split keyboard with trackpad"
},
"matrix": {
"rows": 10,
"cols": 8,
"device_rows": 10,
"device_cols": 8,
"debounce": 1,
"is_left_hand": 1,
"diode_direction": 0,
"row_pins": [8, 8, 8, 8, 8, 8, 8, 8, 8, 8],
"col_pins": [7, 7, 7, 7, 7, 7, 7, 7],
"layout": [
1,
2,
3,
4,
5,
6,
7,
41,
42,
43,
44,
45,
46,
47,
48,
80,
0,
9,
10,
11,
12,
13,
14,
15,
49,
50,
51,
52,
53,
54,
55,
56,
0,
17,
18,
19,
20,
21,
22,
57,
58,
59,
60,
61,
62,
63,
64,
0,
25,
26,
27,
28,
29,
30,
65,
66,
67,
68,
69,
70,
71,
72,
0,
33,
34,
35,
36,
73,
74,
75,
76,
77,
78,
79
]
},
"mode": "SINGLE",
"startup": 1,
"peripheral": {
"max_interval": 30,
"min_interval": 30,
"slave_latency": 14
},
"central": { "max_interval": 30, "min_interval": 30, "slave_latency": 14 },
"led": { "pin": 255, "num": 128 },
"keymap": { "locale": "US", "use_ascii": 0 },
"reserved": [0, 8, 0, 0, 0, 0, 0, 0]
}
}
110 changes: 110 additions & 0 deletions AboutDefaultFirmware/keyboards/toybox/toybox_master_right_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,110 @@
{
"config": {
"version": 2,
"device_info": {
"vid": "0xfeed",
"pid": "0x701b",
"name": "toybox",
"manufacture": "sekigon-gonnoc",
"description": "A split keyboard with trackpad"
},
"matrix": {
"rows": 10,
"cols": 8,
"device_rows": 10,
"device_cols": 8,
"debounce": 1,
"is_left_hand": 0,
"diode_direction": 0,
"row_pins": [8, 8, 8, 8, 8, 8, 8, 8, 8, 8],
"col_pins": [7, 7, 7, 7, 7, 7, 7, 7],
"layout": [
1,
2,
3,
4,
5,
6,
7,
41,
42,
43,
44,
45,
46,
47,
48,
80,
0,
9,
10,
11,
12,
13,
14,
15,
49,
50,
51,
52,
53,
54,
55,
56,
0,
17,
18,
19,
20,
21,
22,
57,
58,
59,
60,
61,
62,
63,
64,
0,
25,
26,
27,
28,
29,
30,
65,
66,
67,
68,
69,
70,
71,
72,
0,
33,
34,
35,
36,
73,
74,
75,
76,
77,
78,
79
]
},
"mode": "SPLIT_MASTER",
"startup": 1,
"peripheral": {
"max_interval": 30,
"min_interval": 30,
"slave_latency": 14
},
"central": { "max_interval": 30, "min_interval": 30, "slave_latency": 14 },
"led": { "pin": 255, "num": 128 },
"keymap": { "locale": "US", "use_ascii": 0 },
"reserved": [0, 8, 0, 0, 0, 0, 0, 0]
}
}
110 changes: 110 additions & 0 deletions AboutDefaultFirmware/keyboards/toybox/toybox_slave_left_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,110 @@
{
"config": {
"version": 2,
"device_info": {
"vid": "0xfeed",
"pid": "0x701b",
"name": "toybox",
"manufacture": "sekigon-gonnoc",
"description": "A split keyboard with trackpad"
},
"matrix": {
"rows": 10,
"cols": 8,
"device_rows": 10,
"device_cols": 8,
"debounce": 1,
"is_left_hand": 1,
"diode_direction": 0,
"row_pins": [8, 8, 8, 8, 8, 8, 8, 8, 8, 8],
"col_pins": [7, 7, 7, 7, 7, 7, 7, 7],
"layout": [
1,
2,
3,
4,
5,
6,
7,
41,
42,
43,
44,
45,
46,
47,
48,
80,
0,
9,
10,
11,
12,
13,
14,
15,
49,
50,
51,
52,
53,
54,
55,
56,
0,
17,
18,
19,
20,
21,
22,
57,
58,
59,
60,
61,
62,
63,
64,
0,
25,
26,
27,
28,
29,
30,
65,
66,
67,
68,
69,
70,
71,
72,
0,
33,
34,
35,
36,
73,
74,
75,
76,
77,
78,
79
]
},
"mode": "SPLIT_SLAVE",
"startup": 1,
"peripheral": {
"max_interval": 30,
"min_interval": 30,
"slave_latency": 14
},
"central": { "max_interval": 30, "min_interval": 30, "slave_latency": 14 },
"led": { "pin": 255, "num": 128 },
"keymap": { "locale": "US", "use_ascii": 0 },
"reserved": [0, 8, 0, 0, 0, 0, 0, 0]
}
}

0 comments on commit 4ac88ee

Please sign in to comment.