Logitech serial mouse: enable RTS toggle by default.

This commit is contained in:
Miran Grča
2025-07-16 11:38:30 +02:00
committed by GitHub
parent ae11e9bf27
commit 7fd7c659b6

View File

@@ -1139,7 +1139,7 @@ static const device_config_t ltsermouse_config[] = {
.description = "RTS toggle", .description = "RTS toggle",
.type = CONFIG_BINARY, .type = CONFIG_BINARY,
.default_string = NULL, .default_string = NULL,
.default_int = 0, .default_int = 1,
.file_filter = NULL, .file_filter = NULL,
.spinner = { 0 }, .spinner = { 0 },
.selection = { { 0 } }, .selection = { { 0 } },