Browse Source

[Keyboard] Keychron Q1: Turn off RGB during PC suspend (#15685)

pull/15757/head
ripdog 2 years ago
committed by GitHub
parent
commit
1b953ac1e2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      keyboards/keychron/q1/config.h

+ 3
- 0
keyboards/keychron/q1/config.h View File

@ -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


Loading…
Cancel
Save