diff options
author | QMK Bot <hello@qmk.fm> | 2022-01-03 03:26:48 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-01-03 03:26:48 +0000 |
commit | 0a3452f307897aeebff7823fff0fd9f5b0e051a1 (patch) | |
tree | 40af47b31953d40db61f490d4787958ccd5275ce | |
parent | bfc8539d68c82edbe05532b0930e271700ec4379 (diff) | |
parent | 1b953ac1e2a0b6f4bb91dea71339d1ccfc25f523 (diff) |
Merge remote-tracking branch 'origin/master' into develop
-rw-r--r-- | keyboards/keychron/q1/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/keychron/q1/config.h b/keyboards/keychron/q1/config.h index 149280161f..8107dd6251 100644 --- a/keyboards/keychron/q1/config.h +++ b/keyboards/keychron/q1/config.h @@ -46,6 +46,9 @@ /* NKRO */ #define FORCE_NKRO +/* Disable RGB lighting when PC is in suspend */ +#define RGB_DISABLE_WHEN_USB_SUSPENDED + // RGB Matrix Animation modes. Explicitly enabled // For full list of effects, see: // https://docs.qmk.fm/#/feature_rgb_matrix?id=rgb-matrix-effects |