mirror of
https://github.com/onyx-and-iris/duckypad-twitch.git
synced 2026-01-26 12:27:47 +00:00
toggle A4 on sound test
This commit is contained in:
parent
ab9332be34
commit
21775e5066
@ -150,6 +150,7 @@ class Audio(ILayer):
|
||||
ENABLE_SOUNDTEST = {
|
||||
'A1': True,
|
||||
'A2': True,
|
||||
'A4': False,
|
||||
'B1': False,
|
||||
'B2': False,
|
||||
'mono': True,
|
||||
@ -157,6 +158,7 @@ class Audio(ILayer):
|
||||
DISABLE_SOUNDTEST = {
|
||||
'A1': False,
|
||||
'A2': False,
|
||||
'A4': True,
|
||||
'B1': True,
|
||||
'B2': True,
|
||||
'mono': False,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user