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

master
mtei 6 years ago committed by Drashna Jaelre
parent ec59556cd7
commit 4bb0fb2ffc

@ -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…
Cancel
Save