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/deltasplit75 | |
| parent | be1c9af209c491c13331fa1da895ce196ba2fcda (diff) | |
Remove RGBLIGHT_ANIMTION and clean up effect defines for 0-F (#18725)
Diffstat (limited to 'keyboards/deltasplit75')
| -rw-r--r-- | keyboards/deltasplit75/keymaps/itsaferbie/config.h | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/keyboards/deltasplit75/keymaps/itsaferbie/config.h b/keyboards/deltasplit75/keymaps/itsaferbie/config.h index f837c90ad4..288b1acb8b 100644 --- a/keyboards/deltasplit75/keymaps/itsaferbie/config.h +++ b/keyboards/deltasplit75/keymaps/itsaferbie/config.h | |||
| @@ -29,7 +29,16 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 29 | #endif | 29 | #endif |
| 30 | 30 | ||
| 31 | #undef RGBLED_NUM | 31 | #undef RGBLED_NUM |
| 32 | #define RGBLIGHT_ANIMATIONS | 32 | #define RGBLIGHT_EFFECT_BREATHING |
| 33 | #define RGBLIGHT_EFFECT_RAINBOW_MOOD | ||
| 34 | #define RGBLIGHT_EFFECT_RAINBOW_SWIRL | ||
| 35 | #define RGBLIGHT_EFFECT_SNAKE | ||
| 36 | #define RGBLIGHT_EFFECT_KNIGHT | ||
| 37 | #define RGBLIGHT_EFFECT_CHRISTMAS | ||
| 38 | #define RGBLIGHT_EFFECT_STATIC_GRADIENT | ||
| 39 | #define RGBLIGHT_EFFECT_RGB_TEST | ||
| 40 | #define RGBLIGHT_EFFECT_ALTERNATING | ||
| 41 | #define RGBLIGHT_EFFECT_TWINKLE | ||
| 33 | #define RGBLED_NUM 20 | 42 | #define RGBLED_NUM 20 |
| 34 | #define RGBLIGHT_HUE_STEP 8 | 43 | #define RGBLIGHT_HUE_STEP 8 |
| 35 | #define RGBLIGHT_SAT_STEP 8 | 44 | #define RGBLIGHT_SAT_STEP 8 |
