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/ares | |
| parent | be1c9af209c491c13331fa1da895ce196ba2fcda (diff) | |
Remove RGBLIGHT_ANIMTION and clean up effect defines for 0-F (#18725)
Diffstat (limited to 'keyboards/ares')
| -rw-r--r-- | keyboards/ares/config.h | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/keyboards/ares/config.h b/keyboards/ares/config.h index 6568cdf69d..6813da5b53 100644 --- a/keyboards/ares/config.h +++ b/keyboards/ares/config.h | |||
| @@ -35,7 +35,16 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 35 | #define BACKLIGHT_PIN D4 | 35 | #define BACKLIGHT_PIN D4 |
| 36 | #define BACKLIGHT_LEVELS 3 | 36 | #define BACKLIGHT_LEVELS 3 |
| 37 | 37 | ||
| 38 | #define RGBLIGHT_ANIMATIONS | 38 | #define RGBLIGHT_EFFECT_BREATHING |
| 39 | #define RGBLIGHT_EFFECT_RAINBOW_MOOD | ||
| 40 | #define RGBLIGHT_EFFECT_RAINBOW_SWIRL | ||
| 41 | #define RGBLIGHT_EFFECT_SNAKE | ||
| 42 | #define RGBLIGHT_EFFECT_KNIGHT | ||
| 43 | #define RGBLIGHT_EFFECT_CHRISTMAS | ||
| 44 | #define RGBLIGHT_EFFECT_STATIC_GRADIENT | ||
| 45 | #define RGBLIGHT_EFFECT_RGB_TEST | ||
| 46 | #define RGBLIGHT_EFFECT_ALTERNATING | ||
| 47 | #define RGBLIGHT_EFFECT_TWINKLE | ||
| 39 | 48 | ||
| 40 | /* Bootmagic Lite key configuration */ | 49 | /* Bootmagic Lite key configuration */ |
| 41 | #define BOOTMAGIC_LITE_ROW 4 | 50 | #define BOOTMAGIC_LITE_ROW 4 |
