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/ergodox_ez | |
parent | 7215cb932b211cafc11a6323c03a6e19f6ad5f1b (diff) |
chore: set rgb suspend to default
Diffstat (limited to 'keyboards/ergodox_ez')
-rw-r--r-- | keyboards/ergodox_ez/config.h | 1 |
1 files changed, 1 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 */ |