Update config.yaml
This commit is contained in:
18
config.yaml
18
config.yaml
@@ -1,25 +1,27 @@
|
|||||||
# process names are case-insensitive
|
# process names are case-insensitive
|
||||||
# you can use 'master' to indicate the master channel, or a list of process names to create a group
|
# you can use 'master' to indicate the master channel, or a list of process names to create a group
|
||||||
# you can use 'mic' to control your mic input level (uses the default recording device)
|
# you can use 'mic' to control your mic input level (uses the default recording device)
|
||||||
# you can use 'deej.unmapped' to control all apps that aren't bound to any slider (this ignores master, system, mic and device-targeting sessions) (experimental)
|
# you can use 'deej.unmapped' to control all apps that aren't bound to any slider (this ignores master, system, mic and device-targeting sessions)
|
||||||
# windows only - you can use 'deej.current' to control the currently active app (whether full-screen or not) (experimental)
|
# windows only - you can use 'deej.current' to control the currently active app (whether full-screen or not)
|
||||||
# windows only - you can use a device's full name, i.e. "Speakers (Realtek High Definition Audio)", to bind it. this works for both output and input devices
|
# windows only - you can use a device's full name, i.e. "Speakers (Realtek High Definition Audio)", to bind it. this works for both output and input devices
|
||||||
# windows only - you can use 'system' to control the "system sounds" volume
|
# windows only - you can use 'system' to control the "system sounds" volume
|
||||||
# important: slider indexes start at 0, regardless of which analog pins you're using!
|
# important: slider indexes start at 0, regardless of which analog pins you're using!
|
||||||
slider_mapping:
|
slider_mapping:
|
||||||
0: spotify.exe
|
0: master
|
||||||
1:
|
1: chrome.exe
|
||||||
2:
|
2: spotify.exe
|
||||||
3:
|
3:
|
||||||
4:
|
- pathofexile_x64.exe
|
||||||
|
- rocketleague.exe
|
||||||
|
4: discord.exe
|
||||||
|
|
||||||
# set this to true if you want the controls inverted (i.e. top is 0%, bottom is 100%)
|
# set this to true if you want the controls inverted (i.e. top is 0%, bottom is 100%)
|
||||||
invert_sliders: false
|
invert_sliders: false
|
||||||
|
|
||||||
# settings for connecting to the arduino board
|
# settings for connecting to the arduino board
|
||||||
com_port: COM7
|
com_port: COM4
|
||||||
baud_rate: 9600
|
baud_rate: 9600
|
||||||
|
|
||||||
# adjust the amount of signal noise reduction depending on your hardware quality
|
# adjust the amount of signal noise reduction depending on your hardware quality
|
||||||
# supported values are "low" (excellent hardware), "default" (regular hardware) or "high" (bad, noisy hardware)
|
# supported values are "low" (excellent hardware), "default" (regular hardware) or "high" (bad, noisy hardware)
|
||||||
noise_reduction: high
|
noise_reduction: default
|
||||||
Reference in New Issue
Block a user