aboutsummaryrefslogtreecommitdiff
path: root/protocol/pjrc/usb.c
diff options
context:
space:
mode:
Diffstat (limited to 'protocol/pjrc/usb.c')
-rw-r--r--protocol/pjrc/usb.c3
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)
662 suspend_wakeup_init(); 662 suspend_wakeup_init();
663#ifdef SLEEP_LED_ENABLE 663#ifdef SLEEP_LED_ENABLE
664 sleep_led_disable(); 664 sleep_led_disable();
665#endif 665 // NOTE: converters may not accept this
666 led_set(host_keyboard_leds()); 666 led_set(host_keyboard_leds());
667#endif
667 668
668 UDIEN |= (1<<SUSPE); 669 UDIEN |= (1<<SUSPE);
669 UDIEN &= ~(1<<WAKEUPE); 670 UDIEN &= ~(1<<WAKEUPE);