Browse Source

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.
master
tmk 9 years ago
parent
commit
35203cad6a
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      tmk_core/protocol/lufa/lufa.c

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

void EVENT_USB_Device_Suspend() void EVENT_USB_Device_Suspend()
{ {
print("[S]"); print("[S]");
matrix_power_down();
#ifdef SLEEP_LED_ENABLE #ifdef SLEEP_LED_ENABLE
sleep_led_enable(); sleep_led_enable();
#endif #endif