1
0

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.
This commit is contained in:
tmk 2015-07-23 11:58:15 +09:00
부모 d4220ac9f3
커밋 35203cad6a

파일 보기

@ -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