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.

15 lines
295 B

7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
  1. #ifndef CONFIG_USER_H
  2. #define CONFIG_USER_H
  3. #include "../../config.h"
  4. /* ws2812 RGB LED */
  5. #define RGB_DI_PIN D7
  6. #define RGBLIGHT_TIMER
  7. #define RGBLED_NUM 15 // Number of LEDs
  8. #define RGBLIGHT_HUE_STEP 12
  9. #define RGBLIGHT_SAT_STEP 255
  10. #define RGBLIGHT_VAL_STEP 12
  11. #define RGB_MIDI
  12. #endif