From 6e6f5936cb21eefe8d515f5fd281e21a113ea0b1 Mon Sep 17 00:00:00 2001 From: lokher Date: Fri, 7 Jul 2023 09:32:25 +0800 Subject: [PATCH] Fix left rows keys being pressed on low power wakeup when using eager debounce --- keyboards/keychron/bluetooth/lpm_stm32l432.c | 1 + 1 file changed, 1 insertion(+) diff --git a/keyboards/keychron/bluetooth/lpm_stm32l432.c b/keyboards/keychron/bluetooth/lpm_stm32l432.c index 69db4fc30d..10b64731dd 100644 --- a/keyboards/keychron/bluetooth/lpm_stm32l432.c +++ b/keyboards/keychron/bluetooth/lpm_stm32l432.c @@ -248,6 +248,7 @@ void enter_power_mode(pm_t mode) { lpm_wakeup(); lpm_timer_reset(); report_buffer_init(); + matrix_init(); power_mode = PM_RUN; }