diff options
author | Albert Y <76888457+filterpaper@users.noreply.github.com> | 2021-03-25 20:01:03 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-25 23:01:03 +1100 |
commit | 29c82cfb33bda7fecc58fa9eadfe56bd10af2c56 (patch) | |
tree | 1d8191c7b699798196b9ac2c02da77fa6b6af1a4 /keyboards/bm40hsrgb/config.h | |
parent | 2cd684f8e0385d97f09a2d08cd9c5f8b2e77845a (diff) |
Add RGB Matrix suspend wake functions to BM40 (#12246)
* Add suspend wake functions for RGB Matrix
* Add suspension RGB functions to Planck/rev6 and Preonic/rev3
* Add suspend wake to Mark 65
* Revert changes to planck and preonic
* Remove changes to The Mark65
Co-authored-by: filterpaper <filterpaper@localhost>
Diffstat (limited to 'keyboards/bm40hsrgb/config.h')
-rwxr-xr-x | keyboards/bm40hsrgb/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/bm40hsrgb/config.h b/keyboards/bm40hsrgb/config.h index 5c1ee06212..84d0950d59 100755 --- a/keyboards/bm40hsrgb/config.h +++ b/keyboards/bm40hsrgb/config.h @@ -50,3 +50,6 @@ #ifdef RGB_DI_PIN #define RGB_MATRIX_KEYPRESSES // reacts to keypresses #endif +#ifdef RGB_MATRIX_ENABLE +# define RGB_DISABLE_WHEN_USB_SUSPENDED true // turn off effects when suspended +#endif |