A comment indicating the insertion location of the new mode was added.
This commit is contained in:
parent
ec59556cd7
commit
4bb0fb2ffc
1 changed files with 4 additions and 0 deletions
|
@ -284,6 +284,10 @@ void rgblight_effect_alternating(void);
|
|||
#ifdef RGBLIGHT_EFFECT_ALTERNATING
|
||||
_RGBM_SINGLE_DYNAMIC( ALTERNATING )
|
||||
#endif
|
||||
//// Add a new mode here.
|
||||
// #ifdef RGBLIGHT_EFFECT_<name>
|
||||
// _RGBM_<SINGLE|MULTI>_<STATIC|DYNAMIC>( <name> )
|
||||
// #endif
|
||||
#endif
|
||||
|
||||
#undef _RGBM_SINGLE_STATIC
|
||||
|
|
Loading…
Reference in a new issue