forked from HerXayah/keyboard-sounds-cpp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
32 lines (32 loc) · 697 Bytes
/
Copy pathconfig.json
File metadata and controls
32 lines (32 loc) · 697 Bytes
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
{
"name": "osu",
"sounds": {
"keyCaps": "sounds/keyCaps.mp3",
"keyConfirm": "sounds/keyConfirm.mp3",
"keyDelete": "sounds/keyDelete.mp3",
"keyMovement": "sounds/keyMovement.mp3",
"keyPress1": "sounds/keyPress1.mp3",
"keyPress2": "sounds/keyPress2.mp3",
"keyPress3": "sounds/keyPress3.mp3",
"keyPress4": "sounds/keyPress4.mp3"
},
"toogle": "VC_F7",
"keys": {
"F7": "keyConfirm",
"CAPS": {
"type": "counter",
"sounds": [
"keyCaps",
"keyConfirm"
]
},
"default": {
"type": "random",
"sounds": [
"keyPress1",
"keyPress2",
"keyPress3",
"keyPress4"
]
}
}}