From 1351dfff08e0ba6b8cac2399a51c9f066979caf9 Mon Sep 17 00:00:00 2001 From: MechMerlin <30334081+mechmerlin@users.noreply.github.com> Date: Sat, 30 Oct 2021 21:17:42 -0700 Subject: [Keymap] Disable in-switch RGB when computer goes to bed (#14993) --- users/mechmerlin/config.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'users/mechmerlin/config.h') diff --git a/users/mechmerlin/config.h b/users/mechmerlin/config.h index 698e237b01..459c181673 100644 --- a/users/mechmerlin/config.h +++ b/users/mechmerlin/config.h @@ -5,6 +5,10 @@ #define RGBLIGHT_ANIMATIONS #endif // RGBLIGHT_ENABLE +#ifdef RGB_MATRIX_ENABLE + #define RGB_DISABLE_WHEN_USB_SUSPENDED +#endif + #ifdef AUDIO_CLICKY #define AUDIO_CLICKY_ON #define AUDIO_CLICKY_FREQ_DEFAULT 261.63f -- cgit v1.2.1