config.h 366 B

12345678910
  1. #include "../../config.h"
  2. /* WS2812B RGB Underglow LED */
  3. #define ws2812_PORTREG PORTF
  4. #define ws2812_DDRREG DDRF
  5. #define ws2812_pin PF5 // Based on wiring depicted in ws2812_wiring.jpg
  6. #define RGBLED_NUM 16 // Number of LEDs. Change this to match your use case.
  7. #define RGBLIGHT_HUE_STEP 8
  8. #define RGBLIGHT_SAT_STEP 8
  9. #define RGBLIGHT_VAL_STEP 8