summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2019-05-14 23:26:41 -0700
committerDrashna Jaelre <drashna@live.com>2019-05-17 15:02:21 -0700
commit356521864e9f49d50131f4779ff9e56dc8b12e8f (patch)
tree65308256e5f76f64a1b2b0aa3878292cd0b622ac
parentebfc39cc5083dd7c597f274883621b932ce6c33f (diff)
Enable RGB Matrix Sleep
-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 a96420379f..af0bc0d9a7 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) {
#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);
+}
+
void rgb_matrix_indicators_user(void) {
if ( userspace_config.rgb_layer_change &&
#ifdef RGB_DISABLE_WHEN_USB_SUSPENDED