]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
A comment indicating the insertion location of the new mode was added.
authormtei <2170248+mtei@users.noreply.github.com>
Thu, 11 Oct 2018 13:15:31 +0000 (22:15 +0900)
committerDrashna Jaelre <drashna@live.com>
Fri, 12 Oct 2018 00:14:42 +0000 (17:14 -0700)
quantum/rgblight.h

index 50567b5b2022bf3fde162e307238de2e11e22aa6..33b279f08cffcd36ace9a11009041c78e766f8ef 100644 (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