~ruther/qmk_firmware

ebaba80287b7535a264cea9f725ceef1f2305e72 — peepeetee 4 years ago 15e408a
Document LED_MATRIX_FRAMEBUFFER_EFFECTS (#12987)

1 files changed, 1 insertions(+), 0 deletions(-)

M docs/feature_led_matrix.md
M docs/feature_led_matrix.md => docs/feature_led_matrix.md +1 -0
@@ 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