From: mtei <2170248+mtei@users.noreply.github.com> Date: Thu, 11 Oct 2018 13:15:31 +0000 (+0900) Subject: A comment indicating the insertion location of the new mode was added. X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4bb0fb2ffc2d3fd136f5803b92f1a55792645a28;p=qmk_firmware.git A comment indicating the insertion location of the new mode was added. --- 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_ + // _RGBM__( ) + // #endif #endif #undef _RGBM_SINGLE_STATIC