Fix UVC not starting on Babble and Xiao boards due to a miss-configuration

This commit is contained in:
Lorow
2025-08-26 23:31:34 +02:00
parent dbc5091500
commit 4a8aacf99e
10 changed files with 41 additions and 24 deletions

View File

@@ -6,6 +6,15 @@ endmenu
menu "OpenIris: General Configuration"
config START_IN_UVC_MODE
bool "Start in UVC Mode"
default false
help
Enables UVC (wired) support in the firmware by default.
To be used when a board is designed to be used primarily with wired headsets.
When enabled, the default device streaming mode will be UVC unless overridden by a
saved preference. When disabled, the default mode is AUTO.
config GENERAL_DEFAULT_WIRED_MODE
bool "Wired mode"
default false