From 79f6cf931b9e9ed5d6dfd55f03b2124f87158a3c Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Wed, 27 Aug 2014 19:08:41 -0400 Subject: [PATCH] remove 2.5 second delay on boot --- ArduinoKeyboard.ino | 1 - 1 file changed, 1 deletion(-) diff --git a/ArduinoKeyboard.ino b/ArduinoKeyboard.ino index 998659ac..0ddb05b6 100644 --- a/ArduinoKeyboard.ino +++ b/ArduinoKeyboard.ino @@ -234,7 +234,6 @@ void setup() wdt_disable(); //usbMaxPower = 100; - delay(2500); Keyboard.begin(); Mouse.begin(); setup_command_mode();