Răsfoiți Sursa

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

mtei 6 ani în urmă
părinte
comite
4bb0fb2ffc
1 a modificat fișierele cu 4 adăugiri și 0 ștergeri
  1. 4 0
      quantum/rgblight.h

+ 4 - 0
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