diff options
Diffstat (limited to 'protocol/pjrc')
| -rw-r--r-- | protocol/pjrc/usb.c | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/protocol/pjrc/usb.c b/protocol/pjrc/usb.c index 84c99972f..393b36f78 100644 --- a/protocol/pjrc/usb.c +++ b/protocol/pjrc/usb.c @@ -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);  | 
