config.h 334 B

12345678910111213141516
  1. #ifndef CONFIG_USER_H
  2. #define CONFIG_USER_H
  3. #include "../../config.h"
  4. #define TAPPING_TERM 165
  5. /* ws2812 RGB LED */
  6. #define RGB_DI_PIN D3
  7. #define RGBLIGHT_ANIMATIONS
  8. #define RGBLED_NUM 10 // Number of LEDs
  9. #define RGBLIGHT_HUE_STEP 10
  10. #define RGBLIGHT_SAT_STEP 17
  11. #define RGBLIGHT_VAL_STEP 17
  12. //#define BACKLIGHT_ENABLE
  13. #endif