Two more strings.

This commit is contained in:
OBattler
2024-11-10 02:33:27 +01:00
parent 922032035e
commit 8b68dec1b5
2 changed files with 2 additions and 2 deletions

View File

@@ -1044,7 +1044,7 @@ static const device_config_t ltsermouse_config[] = {
}, },
{ {
.name = "rts_toggle", .name = "rts_toggle",
.description = "Microsoft-compatible RTS toggle", .description = "RTS toggle",
.type = CONFIG_BINARY, .type = CONFIG_BINARY,
.default_string = "", .default_string = "",
.default_int = 0 .default_int = 0

View File

@@ -693,7 +693,7 @@ static const device_config_t threec503_config[] = {
}, },
{ {
.name = "dma", .name = "dma",
.description = "DMA", .description = "DMA channel",
.type = CONFIG_SELECTION, .type = CONFIG_SELECTION,
.default_string = "", .default_string = "",
.default_int = 3, .default_int = 3,