summaryrefslogtreecommitdiff
path: root/keyboards/bm40hsrgb/config.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-03-25 12:01:35 +0000
committerQMK Bot <hello@qmk.fm>2021-03-25 12:01:35 +0000
commit96a62143163869fce8d43170d94316dee2be967b (patch)
treeb9c007f330519f672fc921e45afa91a45a1441ca /keyboards/bm40hsrgb/config.h
parentd2b405066d9e6d1cae2aa3e4aff97c2151db79dc (diff)
parent29c82cfb33bda7fecc58fa9eadfe56bd10af2c56 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/bm40hsrgb/config.h')
-rwxr-xr-xkeyboards/bm40hsrgb/config.h3
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