From 6a4501d395d701476b0c219702f01186376a4734 Mon Sep 17 00:00:00 2001 From: drashna Date: Thu, 27 May 2021 04:22:30 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20master=20@?= =?UTF-8?q?=20712d53c9539bf155cdacbdbf05a2b91b5f60602f=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- feature_rgb_matrix.md | 1 + 1 file changed, 1 insertion(+) diff --git a/feature_rgb_matrix.md b/feature_rgb_matrix.md index e996cadddd..dd9c98c5eb 100644 --- a/feature_rgb_matrix.md +++ b/feature_rgb_matrix.md @@ -435,6 +435,7 @@ These are defined in [`rgblight_list.h`](https://github.com/qmk/qmk_firmware/blo ```c #define RGB_MATRIX_KEYPRESSES // reacts to keypresses #define RGB_MATRIX_KEYRELEASES // reacts to keyreleases (instead of keypresses) +#define RGB_MATRIX_FRAMEBUFFER_EFFECTS // enable framebuffer effects #define RGB_DISABLE_TIMEOUT 0 // number of milliseconds to wait until rgb automatically turns off #define RGB_DISABLE_AFTER_TIMEOUT 0 // OBSOLETE: number of ticks to wait until disabling effects #define RGB_DISABLE_WHEN_USB_SUSPENDED false // turn off effects when suspended