diff options
-rw-r--r-- | keyboards/keychron/bluetooth/lpm_stm32l432.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |