diff options
| author | QMK Bot <hello@qmk.fm> | 2021-05-27 04:21:21 +0000 |
|---|---|---|
| committer | QMK Bot <hello@qmk.fm> | 2021-05-27 04:21:21 +0000 |
| commit | 15e408a6a5fb126019a9b083df6461e3e7268709 (patch) | |
| tree | 23a9d4cec9bf07851148f6ac4d90e66699609e54 /docs/feature_rgb_matrix.md | |
| parent | 1593e78c97fe01d801a3936cf50eb169ed34c5e7 (diff) | |
| parent | 712d53c9539bf155cdacbdbf05a2b91b5f60602f (diff) | |
| download | qmk_firmware-15e408a6a5fb126019a9b083df6461e3e7268709.tar.gz qmk_firmware-15e408a6a5fb126019a9b083df6461e3e7268709.zip | |
Merge remote-tracking branch 'origin/master' into develop
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 3871e6bfd..169443fb8 100644 --- a/docs/feature_rgb_matrix.md +++ b/docs/feature_rgb_matrix.md | |||
| @@ -512,6 +512,7 @@ These are defined in [`rgblight_list.h`](https://github.com/qmk/qmk_firmware/blo | |||
| 512 | ```c | 512 | ```c |
| 513 | #define RGB_MATRIX_KEYPRESSES // reacts to keypresses | 513 | #define RGB_MATRIX_KEYPRESSES // reacts to keypresses |
| 514 | #define RGB_MATRIX_KEYRELEASES // reacts to keyreleases (instead of keypresses) | 514 | #define RGB_MATRIX_KEYRELEASES // reacts to keyreleases (instead of keypresses) |
| 515 | #define RGB_MATRIX_FRAMEBUFFER_EFFECTS // enable framebuffer effects | ||
| 515 | #define RGB_DISABLE_TIMEOUT 0 // number of milliseconds to wait until rgb automatically turns off | 516 | #define RGB_DISABLE_TIMEOUT 0 // number of milliseconds to wait until rgb automatically turns off |
| 516 | #define RGB_DISABLE_AFTER_TIMEOUT 0 // OBSOLETE: number of ticks to wait until disabling effects | 517 | #define RGB_DISABLE_AFTER_TIMEOUT 0 // OBSOLETE: number of ticks to wait until disabling effects |
| 517 | #define RGB_DISABLE_WHEN_USB_SUSPENDED // turn off effects when suspended | 518 | #define RGB_DISABLE_WHEN_USB_SUSPENDED // turn off effects when suspended |
