aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/feature_rgb_matrix.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/feature_rgb_matrix.md b/docs/feature_rgb_matrix.md
index e996caddd..dd9c98c5e 100644
--- a/docs/feature_rgb_matrix.md
+++ b/docs/feature_rgb_matrix.md
@@ -435,6 +435,7 @@ These are defined in [`rgblight_list.h`](https://github.com/qmk/qmk_firmware/blo
435```c 435```c
436#define RGB_MATRIX_KEYPRESSES // reacts to keypresses 436#define RGB_MATRIX_KEYPRESSES // reacts to keypresses
437#define RGB_MATRIX_KEYRELEASES // reacts to keyreleases (instead of keypresses) 437#define RGB_MATRIX_KEYRELEASES // reacts to keyreleases (instead of keypresses)
438#define RGB_MATRIX_FRAMEBUFFER_EFFECTS // enable framebuffer effects
438#define RGB_DISABLE_TIMEOUT 0 // number of milliseconds to wait until rgb automatically turns off 439#define RGB_DISABLE_TIMEOUT 0 // number of milliseconds to wait until rgb automatically turns off
439#define RGB_DISABLE_AFTER_TIMEOUT 0 // OBSOLETE: number of ticks to wait until disabling effects 440#define RGB_DISABLE_AFTER_TIMEOUT 0 // OBSOLETE: number of ticks to wait until disabling effects
440#define RGB_DISABLE_WHEN_USB_SUSPENDED false // turn off effects when suspended 441#define RGB_DISABLE_WHEN_USB_SUSPENDED false // turn off effects when suspended