-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.py
46 lines (46 loc) · 845 Bytes
/
config.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
inputs = {
'K1':(
),
'B1':(
),
'K2':(
),
'B2':(
),
'K3':(
),
'B3': (
[],
[],
False,
False,
True),
'K4':(),
'B4':(),
'K5':(),
'B5':(),
'S1': (
['WEBRTC VoiceEngine'],
[],
False,
False,
False),
'S2': (
['Firefox'],
[],
False,
False,
False),
'S3': (
['mpv', 'cmus'],
[],
False,
False,
False),
'S4': (
['java', 'Apex Legends'],
[],
True,
False,
False)
}