core: Fix suspend/wake for converters #386

This commit is contained in:
tmk 2016-09-28 16:57:24 +09:00
parent 435a1d3341
commit 9818d54d26
2 changed files with 63 additions and 11 deletions

View file

@ -102,6 +102,7 @@ bool suspend_wakeup_condition(void)
void suspend_wakeup_init(void)
{
// clear keyboard state
matrix_init();
clear_keyboard();
#ifdef BACKLIGHT_ENABLE
backlight_init();