X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=common%2Fsuspend.c;h=5b378892f30f5112ec6725f8c22b619e592ec3f6;hb=7079ba5d519d909d7543a9fd3b2b270c95c003a4;hp=146b96d5cc0c5f8ac6e9332dffe98474eca660fd;hpb=1eb8523e9506c752fb726208d8853a82f06e6659;p=tmk_firmware.git diff --git a/common/suspend.c b/common/suspend.c index 146b96d..5b37889 100644 --- a/common/suspend.c +++ b/common/suspend.c @@ -51,8 +51,7 @@ bool suspend_wakeup_condition(void) // run immediately after wakeup void suspend_wakeup_init(void) { - // clear matrix and keyboard state - matrix_init(); + // clear keyboard state clear_keyboard(); #ifdef BACKLIGHT_ENABLE backlight_init();