From cce3c48103c8ced6037f39fa01f23b1221f5b467 Mon Sep 17 00:00:00 2001 From: yeimialberth Date: Sun, 19 Jun 2022 17:26:54 -0500 Subject: [PATCH] Update keyboards/crkbd/keymaps/crkqwes/keymap.c Co-authored-by: Drashna Jaelre --- keyboards/crkbd/keymaps/crkqwes/keymap.c | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/keyboards/crkbd/keymaps/crkqwes/keymap.c b/keyboards/crkbd/keymaps/crkqwes/keymap.c index eaf06aa8ffe..79a5f03d485 100644 --- a/keyboards/crkbd/keymaps/crkqwes/keymap.c +++ b/keyboards/crkbd/keymaps/crkqwes/keymap.c @@ -414,14 +414,3 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) { return true; } -#ifdef RGB_MATRIX_ENABLE - -void suspend_power_down_keymap(void) { - rgb_matrix_set_suspend_state(true); -} - -void suspend_wakeup_init_keymap(void) { - rgb_matrix_set_suspend_state(false); -} - -#endif