config.h 336 B

123456789
  1. #include "../../config.h"
  2. /* WS2812B RGB Underglow LED */
  3. #define RGB_DI_PIN F5 // Based on wiring depicted in ws2812_wiring.jpg
  4. #define RGBLIGHT_ANIMATIONS
  5. #define RGBLED_NUM 16 // Number of LEDs. Change this to match your use case.
  6. #define RGBLIGHT_HUE_STEP 8
  7. #define RGBLIGHT_SAT_STEP 8
  8. #define RGBLIGHT_VAL_STEP 8