core: Add matrix_clear() and default impl.

This commit is contained in:
tmk 2016-10-05 13:55:56 +09:00
parent 1a7d1f9f4d
commit f76a786b93
6 changed files with 105 additions and 5 deletions

View file

@ -693,7 +693,7 @@ void hook_usb_suspend_entry(void)
keyboard_led_stats = 0;
led_set(keyboard_led_stats);
matrix_init();
matrix_clear();
clear_keyboard();
#ifdef SLEEP_LED_ENABLE
sleep_led_enable();