summaryrefslogtreecommitdiff
path: root/keyboards
diff options
context:
space:
mode:
authorFlorian Didron <florian@111studio.jp>2019-08-15 15:24:20 +0900
committerFlorian Didron <fdidron@users.noreply.github.com>2019-08-15 23:41:32 +0000
commit5f2b255bb162271e5b6a4b597b60edfcc02dc96f (patch)
tree49eedabc3605038d6afb50eb64ecb0193c31165e /keyboards
parent7215cb932b211cafc11a6323c03a6e19f6ad5f1b (diff)
chore: set rgb suspend to default
Diffstat (limited to 'keyboards')
-rw-r--r--keyboards/ergodox_ez/config.h1
-rw-r--r--keyboards/planck/ez/config.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/ergodox_ez/config.h b/keyboards/ergodox_ez/config.h
index 0e72eb15ea..a4c6685028 100644
--- a/keyboards/ergodox_ez/config.h
+++ b/keyboards/ergodox_ez/config.h
@@ -113,6 +113,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define RGB_MATRIX_LED_PROCESS_LIMIT 5
#define RGB_MATRIX_LED_FLUSH_LIMIT 26
+#define RGB_DISABLE_WHEN_USB_SUSPENDED true
// #define RGBLIGHT_COLOR_LAYER_0 0x00, 0x00, 0xFF
/* #define RGBLIGHT_COLOR_LAYER_1 0x00, 0x00, 0xFF */
diff --git a/keyboards/planck/ez/config.h b/keyboards/planck/ez/config.h
index 4bde8ce259..df27e7b629 100644
--- a/keyboards/planck/ez/config.h
+++ b/keyboards/planck/ez/config.h
@@ -139,6 +139,7 @@
#define RGB_MATRIX_KEYPRESSES
#define RGB_MATRIX_FRAMEBUFFER_EFFECTS
+#define RGB_DISABLE_WHEN_USB_SUSPENDED true
#define RGB_MATRIX_LED_PROCESS_LIMIT 5