diff options
author | ripdog <ripdog@users.noreply.github.com> | 2022-01-03 16:26:16 +1300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-02 19:26:16 -0800 |
commit | 1b953ac1e2a0b6f4bb91dea71339d1ccfc25f523 (patch) | |
tree | b2a4735dbcf3b1a1bd6d389ae1717b6109131e04 | |
parent | 838b214a2e4d791479a4ce67e508576293202516 (diff) | |
download | qmk_firmware-1b953ac1e2a0b6f4bb91dea71339d1ccfc25f523.tar.gz qmk_firmware-1b953ac1e2a0b6f4bb91dea71339d1ccfc25f523.zip |
[Keyboard] Keychron Q1: Turn off RGB during PC suspend (#15685)
-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 149280161..8107dd625 100644 --- a/keyboards/keychron/q1/config.h +++ b/keyboards/keychron/q1/config.h | |||
@@ -46,6 +46,9 @@ | |||
46 | /* NKRO */ | 46 | /* NKRO */ |
47 | #define FORCE_NKRO | 47 | #define FORCE_NKRO |
48 | 48 | ||
49 | /* Disable RGB lighting when PC is in suspend */ | ||
50 | #define RGB_DISABLE_WHEN_USB_SUSPENDED | ||
51 | |||
49 | // RGB Matrix Animation modes. Explicitly enabled | 52 | // RGB Matrix Animation modes. Explicitly enabled |
50 | // For full list of effects, see: | 53 | // For full list of effects, see: |
51 | // https://docs.qmk.fm/#/feature_rgb_matrix?id=rgb-matrix-effects | 54 | // https://docs.qmk.fm/#/feature_rgb_matrix?id=rgb-matrix-effects |