diff options
Diffstat (limited to 'users/mechmerlin/config.h')
-rw-r--r-- | users/mechmerlin/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/users/mechmerlin/config.h b/users/mechmerlin/config.h index 698e237b0..459c18167 100644 --- a/users/mechmerlin/config.h +++ b/users/mechmerlin/config.h | |||
@@ -5,6 +5,10 @@ | |||
5 | #define RGBLIGHT_ANIMATIONS | 5 | #define RGBLIGHT_ANIMATIONS |
6 | #endif // RGBLIGHT_ENABLE | 6 | #endif // RGBLIGHT_ENABLE |
7 | 7 | ||
8 | #ifdef RGB_MATRIX_ENABLE | ||
9 | #define RGB_DISABLE_WHEN_USB_SUSPENDED | ||
10 | #endif | ||
11 | |||
8 | #ifdef AUDIO_CLICKY | 12 | #ifdef AUDIO_CLICKY |
9 | #define AUDIO_CLICKY_ON | 13 | #define AUDIO_CLICKY_ON |
10 | #define AUDIO_CLICKY_FREQ_DEFAULT 261.63f | 14 | #define AUDIO_CLICKY_FREQ_DEFAULT 261.63f |