1
0
Fork 0

A comment indicating the insertion location of the new mode was added.

This commit is contained in:
mtei 2018-10-11 22:15:31 +09:00 committed by Drashna Jaelre
parent ec59556cd7
commit 4bb0fb2ffc
1 changed files with 4 additions and 0 deletions

View File

@ -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