core: Fix suspend/wake for converters #386
This commit is contained in:
parent
435a1d3341
commit
9818d54d26
2 changed files with 63 additions and 11 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue