New RGB Lighting effect: Twinkle (#8887)
* Add twinkle RGB Lighting effect * 2nd twinkle algo - double-buffering * Further refinement: Per-LED twinkle * Add documentation for Twinkle RBG Lighting mode * Bias twinkle saturation closer to the set value * Fix whitespace
This commit is contained in:
@ -53,6 +53,14 @@ _RGBM_SINGLE_DYNAMIC(RGB_TEST)
|
||||
# ifdef RGBLIGHT_EFFECT_ALTERNATING
|
||||
_RGBM_SINGLE_DYNAMIC(ALTERNATING)
|
||||
# endif
|
||||
# ifdef RGBLIGHT_EFFECT_TWINKLE
|
||||
_RGBM_MULTI_DYNAMIC(TWINKLE)
|
||||
_RGBM_TMP_DYNAMIC(twinkle_38, TWINKLE)
|
||||
_RGBM_TMP_DYNAMIC(twinkle_39, TWINKLE)
|
||||
_RGBM_TMP_DYNAMIC(twinkle_40, TWINKLE)
|
||||
_RGBM_TMP_DYNAMIC(twinkle_41, TWINKLE)
|
||||
_RGBM_TMP_DYNAMIC(TWINKLE_end, TWINKLE)
|
||||
# endif
|
||||
//// Add a new mode here.
|
||||
// #ifdef RGBLIGHT_EFFECT_<name>
|
||||
// _RGBM_<SINGLE|MULTI>_<STATIC|DYNAMIC>( <name> )
|
||||
|
Reference in New Issue
Block a user