X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=common%2Fsuspend.c;h=5b378892f30f5112ec6725f8c22b619e592ec3f6;hb=b9e265368fde73daff069788dcb58c8230d01b32;hp=146b96d5cc0c5f8ac6e9332dffe98474eca660fd;hpb=5a0415749d6cd6a095d9c3fbb335360ec5fa59e0;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();