diff options
author | peepeetee <43021794+peepeetee@users.noreply.github.com> | 2021-05-26 23:20:54 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-26 21:20:54 -0700 |
commit | 712d53c9539bf155cdacbdbf05a2b91b5f60602f (patch) | |
tree | bf07ce3129778c29a7bcb037f7ad8dd749ad1faa /docs/feature_rgb_matrix.md | |
parent | 2ca7a8677acf43d47d1313b54ccb51eab661c769 (diff) | |
download | qmk_firmware-712d53c9539bf155cdacbdbf05a2b91b5f60602f.tar.gz qmk_firmware-712d53c9539bf155cdacbdbf05a2b91b5f60602f.zip |
Document RGB_MATRIX_FRAMEBUFFER_EFFECTS (#12984)
Diffstat (limited to 'docs/feature_rgb_matrix.md')
-rw-r--r-- | docs/feature_rgb_matrix.md | 1 |
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 |