aboutsummaryrefslogtreecommitdiff
path: root/keyboards/planck/rev6/rev6.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/planck/rev6/rev6.c')
-rw-r--r--keyboards/planck/rev6/rev6.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/keyboards/planck/rev6/rev6.c b/keyboards/planck/rev6/rev6.c
index 3074f8c20..4f2ff8681 100644
--- a/keyboards/planck/rev6/rev6.c
+++ b/keyboards/planck/rev6/rev6.c
@@ -39,6 +39,16 @@ led_config_t g_led_config = { {
39// 6 5 4 3 39// 6 5 4 3
40// 0 40// 0
41// 7 8 1 2 41// 7 8 1 2
42
43void suspend_power_down_kb(void) {
44 rgb_matrix_set_suspend_state(true);
45 suspend_power_down_user();
46}
47
48void suspend_wakeup_init_kb(void) {
49 rgb_matrix_set_suspend_state(false);
50 suspend_wakeup_init_user();
51}
42#endif 52#endif
43 53
44void matrix_init_kb(void) { 54void matrix_init_kb(void) {