config.h 282 B

1234567891011121314
  1. #ifndef CONFIG_USER_H
  2. #define CONFIG_USER_H
  3. #include "../../config.h"
  4. /* ws2812 RGB LED */
  5. #define RGB_DI_PIN D1
  6. #define RGBLIGHT_ANIMATIONS
  7. #define RGBLED_NUM 28 // Number of LEDs
  8. #define RGBLIGHT_HUE_STEP 10
  9. #define RGBLIGHT_SAT_STEP 17
  10. #define RGBLIGHT_VAL_STEP 17
  11. #endif