diff options
| author | Drashna Jaelre <drashna@live.com> | 2022-10-15 09:55:12 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-15 09:55:12 -0700 |
| commit | d021bedf50801161a49812f63c425b372347055b (patch) | |
| tree | 12664e74b67c630b324e6d78fd840ee2331cd3f4 /keyboards/crawlpad | |
| parent | be1c9af209c491c13331fa1da895ce196ba2fcda (diff) | |
Remove RGBLIGHT_ANIMTION and clean up effect defines for 0-F (#18725)
Diffstat (limited to 'keyboards/crawlpad')
| -rwxr-xr-x | keyboards/crawlpad/config.h | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/keyboards/crawlpad/config.h b/keyboards/crawlpad/config.h index 06939422b0..04b7dc614e 100755 --- a/keyboards/crawlpad/config.h +++ b/keyboards/crawlpad/config.h | |||
| @@ -32,6 +32,15 @@ | |||
| 32 | 32 | ||
| 33 | #ifdef RGBLIGHT_ENABLE | 33 | #ifdef RGBLIGHT_ENABLE |
| 34 | #define RGB_DI_PIN D3 | 34 | #define RGB_DI_PIN D3 |
| 35 | #define RGBLIGHT_ANIMATIONS | 35 | #define RGBLIGHT_EFFECT_BREATHING |
| 36 | #define RGBLIGHT_EFFECT_RAINBOW_MOOD | ||
| 37 | #define RGBLIGHT_EFFECT_RAINBOW_SWIRL | ||
| 38 | #define RGBLIGHT_EFFECT_SNAKE | ||
| 39 | #define RGBLIGHT_EFFECT_KNIGHT | ||
| 40 | #define RGBLIGHT_EFFECT_CHRISTMAS | ||
| 41 | #define RGBLIGHT_EFFECT_STATIC_GRADIENT | ||
| 42 | #define RGBLIGHT_EFFECT_RGB_TEST | ||
| 43 | #define RGBLIGHT_EFFECT_ALTERNATING | ||
| 44 | #define RGBLIGHT_EFFECT_TWINKLE | ||
| 36 | #define RGBLED_NUM 3 | 45 | #define RGBLED_NUM 3 |
| 37 | #endif | 46 | #endif |
