Change {LED,RGB}_DISABLE_TIMEOUT to {LED,RGB}_MATRIX_TIMEOUT (#18415)
This commit is contained in:
@@ -63,11 +63,11 @@ The code customizing RGB light usage is decribed here:
|
||||
|
||||
* link:../../../../../../users/vitoni/readme.adoc[/users/vitoni/readme.adoc]
|
||||
|
||||
When using `RGB_DISABLE_TIMEOUT` addtional options are available:
|
||||
When using `RGB_MATRIX_TIMEOUT` addtional options are available:
|
||||
|
||||
* `RGB_FADE_IN` makes the RGB lights fade in instead of setting the value/brightness to 100% (implicitly due to HSV including the brightness) when resuming after RGB lights have been turned off.
|
||||
Fade in occurs when the keyboard is initialized and when the RGB brightness has been changed (e.g. suspending, fade out, etc.).
|
||||
* `RGB_DISABLE_WITH_FADE_OUT` activates fade out before the keyboard is disabled by `RGB_DISABLE_TIMEOUT`.
|
||||
* `RGB_DISABLE_WITH_FADE_OUT` activates fade out before the keyboard is disabled by `RGB_MATRIX_TIMEOUT`.
|
||||
|
||||
Parameters used to define the behavior are:
|
||||
[%header]
|
||||
|
||||
Reference in New Issue
Block a user