diff options
| author | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2021-10-30 21:17:42 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-30 21:17:42 -0700 |
| commit | 1351dfff08e0ba6b8cac2399a51c9f066979caf9 (patch) | |
| tree | c183e820d368c79fc8bc3969966638642e585505 /users/mechmerlin/config.h | |
| parent | 32d18f28570eb030331cd0f6e83ea2ab822cd9e5 (diff) | |
| download | qmk_firmware-1351dfff08e0ba6b8cac2399a51c9f066979caf9.tar.gz qmk_firmware-1351dfff08e0ba6b8cac2399a51c9f066979caf9.zip | |
[Keymap] Disable in-switch RGB when computer goes to bed (#14993)
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 |
