X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=common%2Fsuspend.c;h=5b378892f30f5112ec6725f8c22b619e592ec3f6;hb=589d99b448e6085513799fbb183f6389d4df408d;hp=146b96d5cc0c5f8ac6e9332dffe98474eca660fd;hpb=5a0415749d6cd6a095d9c3fbb335360ec5fa59e0;p=max%2Ftmk_keyboard.git diff --git a/common/suspend.c b/common/suspend.c index 146b96d5..5b378892 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();