aboutsummaryrefslogtreecommitdiff
path: root/docs/feature_rgb_matrix.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/feature_rgb_matrix.md')
-rw-r--r--docs/feature_rgb_matrix.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/feature_rgb_matrix.md b/docs/feature_rgb_matrix.md
index 15057827c..a4f434cbd 100644
--- a/docs/feature_rgb_matrix.md
+++ b/docs/feature_rgb_matrix.md
@@ -374,7 +374,8 @@ These are defined in [`rgblight_list.h`](https://github.com/qmk/qmk_firmware/blo
374```c 374```c
375#define RGB_MATRIX_KEYPRESSES // reacts to keypresses 375#define RGB_MATRIX_KEYPRESSES // reacts to keypresses
376#define RGB_MATRIX_KEYRELEASES // reacts to keyreleases (instead of keypresses) 376#define RGB_MATRIX_KEYRELEASES // reacts to keyreleases (instead of keypresses)
377#define RGB_DISABLE_AFTER_TIMEOUT 0 // number of ticks to wait until disabling effects 377#define RGB_DISABLE_TIMEOUT 0 // number of milliseconds to wait until rgb automatically turns off
378#define RGB_DISABLE_AFTER_TIMEOUT 0 // OBSOLETE: number of ticks to wait until disabling effects
378#define RGB_DISABLE_WHEN_USB_SUSPENDED false // turn off effects when suspended 379#define RGB_DISABLE_WHEN_USB_SUSPENDED false // turn off effects when suspended
379#define RGB_MATRIX_LED_PROCESS_LIMIT (DRIVER_LED_TOTAL + 4) / 5 // limits the number of LEDs to process in an animation per task run (increases keyboard responsiveness) 380#define RGB_MATRIX_LED_PROCESS_LIMIT (DRIVER_LED_TOTAL + 4) / 5 // limits the number of LEDs to process in an animation per task run (increases keyboard responsiveness)
380#define RGB_MATRIX_LED_FLUSH_LIMIT 16 // limits in milliseconds how frequently an animation will update the LEDs. 16 (16ms) is equivalent to limiting to 60fps (increases keyboard responsiveness) 381#define RGB_MATRIX_LED_FLUSH_LIMIT 16 // limits in milliseconds how frequently an animation will update the LEDs. 16 (16ms) is equivalent to limiting to 60fps (increases keyboard responsiveness)