Delay 100ms when starting up. That's long enough to let the ATTiny get

past the bootloader delay
pull/21/head
Jesse Vincent 8 years ago
parent a717a74a47
commit 751fa19741

@ -12,6 +12,7 @@ uint8_t temporary_keymap = 0;
void setup() {
wdt_disable();
delay(100);
Keyboard.begin();
Mouse.begin();
AbsoluteMouse.begin();

Loading…
Cancel
Save