split otg mouse start options

This commit is contained in:
Maxim Devaev
2024-12-27 05:42:15 +02:00
parent 253231adac
commit aae529f40b
2 changed files with 4 additions and 1 deletions

View File

@@ -581,6 +581,9 @@ def _get_config_scheme() -> dict:
"mouse": {
"start": Option(True, type=valid_bool),
},
"mouse_alt": {
"start": Option(True, type=valid_bool),
},
},
"msd": {