diff --git a/converter/usb_usb/main.cpp b/converter/usb_usb/main.cpp index 5b542a7..2d9f560 100644 --- a/converter/usb_usb/main.cpp +++ b/converter/usb_usb/main.cpp @@ -75,11 +75,13 @@ int main(void) */ sei(); +/* Some keyboards bootup quickly and cannot be initialized with this startup wait. // wait for startup of sendchar routine while (USB_DeviceState != DEVICE_STATE_Configured) ; if (debug_enable) { _delay_ms(1000); } +*/ debug("init: done\n");