Skip to content

Commit

Permalink
core: Fix lufa suspend callback(qmk#234)
Browse files Browse the repository at this point in the history
With matrix_power_down() in suspend event HHKB JP doesn't start up for some reason.
It is unneeded in actual and removed.
  • Loading branch information
tmk committed Jul 23, 2015
1 parent d4220ac commit 35203ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tmk_core/protocol/lufa/lufa.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 35203ca

Please sign in to comment.