diff options
author | Florian Didron <fdidron@users.noreply.github.com> | 2022-11-24 16:10:29 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-24 16:10:29 +0900 |
commit | ae490ef9e5989f9bbf60bef9eabe24f866fa302b (patch) | |
tree | 44e8efbcee772dbd982f0ff0744ec88c8bc4b0f3 /keyboards | |
parent | 263bc7cf21e60ecefe602d8fe3d02945201eaf77 (diff) |
fix: remove RGB_ANIMATIONS define (#362)
Diffstat (limited to 'keyboards')
-rw-r--r-- | keyboards/ergodox_ez/config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/ergodox_ez/config.h b/keyboards/ergodox_ez/config.h index c62b306600..bb29484c5d 100644 --- a/keyboards/ergodox_ez/config.h +++ b/keyboards/ergodox_ez/config.h @@ -74,7 +74,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* ws2812 RGB LED */ #define RGB_DI_PIN D7 -#define RGBLIGHT_ANIMATIONS #define RGBLIGHT_HUE_STEP 12 #define RGBLIGHT_SAT_STEP 255 #define RGBLIGHT_VAL_STEP 12 |