aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--keyboards/crkbd/keymaps/drashna/keymap.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/crkbd/keymaps/drashna/keymap.c b/keyboards/crkbd/keymaps/drashna/keymap.c
index a96420379..af0bc0d9a 100644
--- a/keyboards/crkbd/keymaps/drashna/keymap.c
+++ b/keyboards/crkbd/keymaps/drashna/keymap.c
@@ -272,6 +272,14 @@ uint16_t get_tapping_term(uint16_t keycode) {
272 272
273#ifdef RGB_MATRIX_ENABLE 273#ifdef RGB_MATRIX_ENABLE
274 274
275void suspend_power_down_keymap(void) {
276 rgb_matrix_set_suspend_state(true);
277}
278
279void suspend_wakeup_init_keymap(void) {
280 rgb_matrix_set_suspend_state(false);
281}
282
275void rgb_matrix_indicators_user(void) { 283void rgb_matrix_indicators_user(void) {
276 if ( userspace_config.rgb_layer_change && 284 if ( userspace_config.rgb_layer_change &&
277#ifdef RGB_DISABLE_WHEN_USB_SUSPENDED 285#ifdef RGB_DISABLE_WHEN_USB_SUSPENDED