diff options
| author | mtei <2170248+mtei@users.noreply.github.com> | 2018-10-11 22:15:31 +0900 |
|---|---|---|
| committer | Drashna Jaelre <drashna@live.com> | 2018-10-11 17:14:42 -0700 |
| commit | 4bb0fb2ffc2d3fd136f5803b92f1a55792645a28 (patch) | |
| tree | 26081154a1447168b466aef30ef9526458e198fb /quantum/rgblight.h | |
| parent | ec59556cd7896e359340feb961f10f3f12a48b95 (diff) | |
| download | qmk_firmware-4bb0fb2ffc2d3fd136f5803b92f1a55792645a28.tar.gz qmk_firmware-4bb0fb2ffc2d3fd136f5803b92f1a55792645a28.zip | |
A comment indicating the insertion location of the new mode was added.
Diffstat (limited to 'quantum/rgblight.h')
| -rw-r--r-- | quantum/rgblight.h | 4 |
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); | |||
| 284 | #ifdef RGBLIGHT_EFFECT_ALTERNATING | 284 | #ifdef RGBLIGHT_EFFECT_ALTERNATING |
| 285 | _RGBM_SINGLE_DYNAMIC( ALTERNATING ) | 285 | _RGBM_SINGLE_DYNAMIC( ALTERNATING ) |
| 286 | #endif | 286 | #endif |
| 287 | //// Add a new mode here. | ||
| 288 | // #ifdef RGBLIGHT_EFFECT_<name> | ||
| 289 | // _RGBM_<SINGLE|MULTI>_<STATIC|DYNAMIC>( <name> ) | ||
| 290 | // #endif | ||
| 287 | #endif | 291 | #endif |
| 288 | 292 | ||
| 289 | #undef _RGBM_SINGLE_STATIC | 293 | #undef _RGBM_SINGLE_STATIC |
