summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorpeepeetee <43021794+peepeetee@users.noreply.github.com>2021-05-26 23:20:54 -0500
committerGitHub <noreply@github.com>2021-05-26 21:20:54 -0700
commit712d53c9539bf155cdacbdbf05a2b91b5f60602f (patch)
treebf07ce3129778c29a7bcb037f7ad8dd749ad1faa /docs
parent2ca7a8677acf43d47d1313b54ccb51eab661c769 (diff)
Document RGB_MATRIX_FRAMEBUFFER_EFFECTS (#12984)
Diffstat (limited to 'docs')
-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 e996cadddd..dd9c98c5eb 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
```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