git://git.gir.st
/
tmk_keyboard.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
core: Fix suspend/wake for converters #386
[tmk_keyboard.git]
/
tmk_core
/
common
/
avr
/
suspend.c
diff --git
a/tmk_core/common/avr/suspend.c
b/tmk_core/common/avr/suspend.c
index af99f52b5ee18336f4f332eddf5c37bd9ab5b108..580d69e4f117f9e1ecf1f5bf2428abdf85482063 100644
(file)
--- a/
tmk_core/common/avr/suspend.c
+++ b/
tmk_core/common/avr/suspend.c
@@
-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();