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