config.h 211 B

12345678
  1. #pragma once
  2. #define RGB_DI_PIN B0
  3. #define RGBLIGHT_ANIMATIONS
  4. #define RGBLED_NUM 20 // limit to 20 otherwise brownouts
  5. #define RGBLIGHT_HUE_STEP 8
  6. #define RGBLIGHT_SAT_STEP 8
  7. #define RGBLIGHT_VAL_STEP 8