Remove RGBLIGHT_ANIMATION and clean up effect defines for R-Z (#18728)

This commit is contained in:
Drashna Jaelre
2022-10-15 09:55:53 -07:00
committed by GitHub
parent c8e998ccad
commit f0da486fab
292 changed files with 2282 additions and 1174 deletions

View File

@@ -33,7 +33,6 @@ RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
[...]
#define RGB_DI_PIN F7
#define RGBLED_NUM 15 // Change this number to the amount of LEDs on the strip you soldered
#define RGBLIGHT_ANIMATIONS
[...]
```
To control the RGB color, animation, etc. you need to add the appropriate keycodes to your keymap. Either see [my keymap](./keymap.c) or the [official QMK documentation](https://docs.qmk.fm/#/feature_rgblight?id=keycodes) for references.