diff --git a/docs/feature_rgblight.md b/docs/feature_rgblight.md index e0918d11bd..be5caf4f51 100644 --- a/docs/feature_rgblight.md +++ b/docs/feature_rgblight.md @@ -51,7 +51,16 @@ If you have `#define RGBLIGHT_ANIMATIONS` in your `config.h` you will have a num | Option | Default Value | Description | |--------|---------------|-------------| -| `RGBLIGHT_ANIMATIONS` | | `#define` this to enable animation modes. | +| `RGBLIGHT_EFFECT_BREATHING` | | `#define` this to enable breathing animation mode. | +| `RGBLIGHT_EFFECT_RAINBOW_MOOD` | | `#define` this to enable rainbow mood animation mode. | +| `RGBLIGHT_EFFECT_RAINBOW_SWIRL` | | `#define` this to enable rainbow swirl animation mode. | +| `RGBLIGHT_EFFECT_SNAKE` | | `#define` this to enable snake animation mode. | +| `RGBLIGHT_EFFECT_KNIGHT` | | `#define` this to enable knight animation mode. | +| `RGBLIGHT_EFFECT_CHRISTMAS` | | `#define` this to enable christmas animation mode. | +| `RGBLIGHT_EFFECT_STATIC_GRADIENT` | | `#define` this to enable static gradient mode. | +| `RGBLIGHT_EFFECT_RGB_TEST` | | `#define` this to enable RGB test animation mode. | +| `RGBLIGHT_EFFECT_ALTERNATING` | | `#define` this to enable alternating animation mode. | +| `RGBLIGHT_ANIMATIONS` | | `#define` this to enable all effect modes. | | `RGBLIGHT_EFFECT_BREATHE_CENTER` | 1.85 | Used to calculate the curve for the breathing animation. Valid values 1.0-2.7. | | `RGBLIGHT_EFFECT_BREATHE_MAX` | 255 | The maximum brightness for the breathing mode. Valid values 1-255. | | `RGBLIGHT_EFFECT_SNAKE_LENGTH` | 4 | The number of LEDs to light up for the "snake" animation. |