You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
216 B

  1. #pragma once
  2. /* ws2812 RGB LED */
  3. #define RGB_DI_PIN D5
  4. #define RGBLIGHT_ANIMATIONS
  5. #define RGBLED_NUM 13 // Number of LEDs
  6. #define RGBLIGHT_HUE_STEP 10
  7. #define RGBLIGHT_SAT_STEP 17
  8. #define RGBLIGHT_VAL_STEP 17