mirror of
https://github.com/onyx-and-iris/duckypad-twitch.git
synced 2026-04-18 00:13:30 +00:00
toggle A4 on sound test
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user