From 1a0e627162ce88e859140189cb3412e3cb1e5217 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Thu, 23 Apr 2015 23:53:13 -0700 Subject: [PATCH] Drop the bootup delay to 2 seconds --- hardware/keyboardio/avr/bootloaders/caterina/Caterina.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardware/keyboardio/avr/bootloaders/caterina/Caterina.c b/hardware/keyboardio/avr/bootloaders/caterina/Caterina.c index deb10833..fdc14369 100644 --- a/hardware/keyboardio/avr/bootloaders/caterina/Caterina.c +++ b/hardware/keyboardio/avr/bootloaders/caterina/Caterina.c @@ -58,7 +58,7 @@ static bool RunBootloader = true; /* Bootloader timeout timer */ -#define TIMEOUT_PERIOD 8000 +#define TIMEOUT_PERIOD 2000 uint16_t Timeout = 0; uint16_t bootKey = 0x7777;