Sfoglia il codice sorgente

core: Fix lufa suspend callback(#234)

With matrix_power_down() in suspend event HHKB JP doesn't start up for some reason.
It is unneeded in actual and removed.
tags/v2.9
tmk 8 anni fa
parent
commit
35203cad6a
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0
    1
      tmk_core/protocol/lufa/lufa.c

+ 0
- 1
tmk_core/protocol/lufa/lufa.c Vedi File

@@ -179,7 +179,6 @@ void EVENT_USB_Device_Reset(void)
void EVENT_USB_Device_Suspend()
{
print("[S]");
matrix_power_down();
#ifdef SLEEP_LED_ENABLE
sleep_led_enable();
#endif

Loading…
Annulla
Salva