diff options
Diffstat (limited to 'keyboards/sirius/unigo66/main.c')
| -rw-r--r-- | keyboards/sirius/unigo66/main.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/keyboards/sirius/unigo66/main.c b/keyboards/sirius/unigo66/main.c index b4a0d97aa..76e88922c 100644 --- a/keyboards/sirius/unigo66/main.c +++ b/keyboards/sirius/unigo66/main.c | |||
| @@ -79,18 +79,12 @@ int main(void) | |||
| 79 | */ | 79 | */ |
| 80 | sei(); | 80 | sei(); |
| 81 | 81 | ||
| 82 | /* Some keyboards bootup quickly and cannot be initialized with this startup wait.*/ | 82 | /* Some keyboards bootup quickly and cannot be initialized with this startup wait. |
| 83 | // wait for startup of sendchar routine | 83 | // wait for startup of sendchar routine |
| 84 | while (USB_DeviceState != DEVICE_STATE_Configured) ; | 84 | while (USB_DeviceState != DEVICE_STATE_Configured) ; |
| 85 | if (debug_enable) { | 85 | if (debug_enable) { |
| 86 | _delay_ms(1000); | 86 | _delay_ms(1000); |
| 87 | } | 87 | } |
| 88 | |||
| 89 | |||
| 90 | /* // wait for USB startup & debug output | ||
| 91 | uint8_t timeout=255 | ||
| 92 | while (timeout-- && USB_DeviceState != DEVICE_STATE_Configured) { | ||
| 93 | wait_ms(4); | ||
| 94 | */ | 88 | */ |
| 95 | 89 | ||
| 96 | debug("init: done\n"); | 90 | debug("init: done\n"); |
