summaryrefslogtreecommitdiffstats
path: root/keyboards/planck/light
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/planck/light')
-rw-r--r--keyboards/planck/light/light.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/planck/light/light.c b/keyboards/planck/light/light.c
index cef57c5e6..f463090dd 100644
--- a/keyboards/planck/light/light.c
+++ b/keyboards/planck/light/light.c
@@ -159,10 +159,12 @@ void matrix_scan_kb(void)
void suspend_power_down_kb(void)
{
rgb_matrix_set_suspend_state(true);
+ suspend_power_down_user();
}
void suspend_wakeup_init_kb(void)
{
rgb_matrix_set_suspend_state(false);
+ suspend_wakeup_init_user();
}