]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/sirius/unigo66/main.c
Remove all Copyrighted Sounds and Songs (#5905)
[qmk_firmware.git] / keyboards / sirius / unigo66 / main.c
index 76e88922cb41205243ce78da89263033ca48cc0b..b4f2a91e49dd46103aae7c9e9b45399dba5af025 100644 (file)
@@ -11,7 +11,6 @@
 #include "keyboard.h"
 #include "led.h"
 
-
 /* LED ping configuration */
 #define TMK_LED
 //#define LEONARDO_LED
@@ -79,13 +78,12 @@ int main(void)
      */
     sei();
 
-/* Some keyboards bootup quickly and cannot be initialized with this startup wait.
+/* 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");