From da45ea353b1ee2c71f07b31a2dfa77f680aa2914 Mon Sep 17 00:00:00 2001 From: mtei <2170248+mtei@users.noreply.github.com> Date: Wed, 8 Aug 2018 02:33:01 +0900 Subject: [PATCH] update docs/feature_rgblight.md --- docs/feature_rgblight.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/feature_rgblight.md b/docs/feature_rgblight.md index e0918d11bdd..be5caf4f511 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. |