]> git.donarmstrong.com Git - tmk_firmware.git/blobdiff - protocol/lufa/lufa.c
Merge branch 'modstaptoggle' of git://github.com/simonmelhart/tmk_keyboard into simon...
[tmk_firmware.git] / protocol / lufa / lufa.c
index 04e8e78f381fd9f821be2a45aea3b9bcab4cee2a..eca51c8784f2f37dd54301ee3c4822a42abd8e08 100644 (file)
@@ -148,7 +148,6 @@ static void Console_Task(void)
 */
 void EVENT_USB_Device_Connect(void)
 {
-    led_set(0x1f);  // all on
 }
 
 void EVENT_USB_Device_Disconnect(void)
@@ -172,8 +171,9 @@ void EVENT_USB_Device_WakeUp()
 
 #ifdef SLEEP_LED_ENABLE
     sleep_led_disable();
-#endif
+    // NOTE: converters may not accept this
     led_set(host_keyboard_leds());
+#endif
 }
 
 void EVENT_USB_Device_StartOfFrame(void)