diff options
author | Florian Didron <florian@111studio.jp> | 2019-08-15 15:24:20 +0900 |
---|---|---|
committer | Florian Didron <fdidron@users.noreply.github.com> | 2019-08-15 23:41:32 +0000 |
commit | 5f2b255bb162271e5b6a4b597b60edfcc02dc96f (patch) | |
tree | 49eedabc3605038d6afb50eb64ecb0193c31165e /keyboards/planck/ez/config.h | |
parent | 7215cb932b211cafc11a6323c03a6e19f6ad5f1b (diff) |
chore: set rgb suspend to default
Diffstat (limited to 'keyboards/planck/ez/config.h')
-rw-r--r-- | keyboards/planck/ez/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |