From ebaba80287b7535a264cea9f725ceef1f2305e72 Mon Sep 17 00:00:00 2001 From: peepeetee <43021794+peepeetee@users.noreply.github.com> Date: Wed, 26 May 2021 23:22:56 -0500 Subject: Document LED_MATRIX_FRAMEBUFFER_EFFECTS (#12987) --- docs/feature_led_matrix.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/feature_led_matrix.md b/docs/feature_led_matrix.md index e3b389762d..9c3e2c7f3d 100644 --- a/docs/feature_led_matrix.md +++ b/docs/feature_led_matrix.md @@ -257,6 +257,7 @@ For inspiration and examples, check out the built-in effects under `quantum/led_ ```c #define LED_MATRIX_KEYPRESSES // reacts to keypresses #define LED_MATRIX_KEYRELEASES // reacts to keyreleases (instead of keypresses) +#define LED_MATRIX_FRAMEBUFFER_EFFECTS // enable framebuffer effects #define LED_DISABLE_TIMEOUT 0 // number of milliseconds to wait until led automatically turns off #define LED_DISABLE_AFTER_TIMEOUT 0 // OBSOLETE: number of ticks to wait until disabling effects #define LED_DISABLE_WHEN_USB_SUSPENDED false // turn off effects when suspended -- cgit v1.2.3