]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - protocol/pjrc/usb.c
Merge pull request #81 from bgould/master
[max/tmk_keyboard.git] / protocol / pjrc / usb.c
index 84c99972f201bd165051798a2b70fdd96ccb7a15..393b36f78e04048a87ec1a6c49e92e1927c03a5f 100644 (file)
@@ -662,8 +662,9 @@ ISR(USB_GEN_vect)
             suspend_wakeup_init();
 #ifdef SLEEP_LED_ENABLE
             sleep_led_disable();
-#endif
+            // NOTE: converters may not accept this
             led_set(host_keyboard_leds());
+#endif
 
             UDIEN |= (1<<SUSPE);
             UDIEN &= ~(1<<WAKEUPE);