summaryrefslogtreecommitdiffstats
path: root/quantum/rgblight.h
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/rgblight.h')
-rw-r--r--quantum/rgblight.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/quantum/rgblight.h b/quantum/rgblight.h
index 50567b5b2..33b279f08 100644
--- a/quantum/rgblight.h
+++ b/quantum/rgblight.h
@@ -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