diff --git a/src/board/system76/common/kbc.c b/src/board/system76/common/kbc.c index 950ef9f..96c12d8 100644 --- a/src/board/system76/common/kbc.c +++ b/src/board/system76/common/kbc.c @@ -22,7 +22,7 @@ void kbc_init(void) { *(KBC.status) = BIT(4); } -#define KBC_TIMEOUT 10000 +#define KBC_TIMEOUT 1000 // Enable first port - TODO static bool kbc_first = false;