From 4efd072a65f560541ec849b037ca74e8a30339a6 Mon Sep 17 00:00:00 2001 From: Jasmine Iwanek Date: Sat, 22 Jun 2024 04:27:51 -0400 Subject: [PATCH] Default keyboard should be 101/102 key This change doesn't matter yet, but it will later when this gets used. --- src/device/keyboard_at.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/device/keyboard_at.c b/src/device/keyboard_at.c index c0e9fdb33..ce26a499e 100644 --- a/src/device/keyboard_at.c +++ b/src/device/keyboard_at.c @@ -2184,7 +2184,7 @@ static const device_config_t keyboard_at_config[] = { .description = "Type", .type = CONFIG_SELECTION, .default_string = "", - .default_int = 2, + .default_int = 1, .file_filter = "", .spinner = { 0 }, .selection = {