config.h 519 B

123456789101112131415
  1. #ifndef CONFIG_USER_H
  2. #define CONFIG_USER_H
  3. #include "config_common.h"
  4. #define TAPPING_TOGGLE 2
  5. #define RGB_DI_PIN F7 // pin the DI on the WS2812B is hooked-up to
  6. #define RGBLIGHT_ANIMATIONS // run RGB animations
  7. #define RGBLED_NUM 12 // number of LEDs
  8. #define RGBLIGHT_HUE_STEP 12 // units to step when in/decreasing hue
  9. #define RGBLIGHT_SAT_STEP 25 // units to step when in/decresing saturation
  10. #define RGBLIGHT_VAL_STEP 12 // units to step when in/decreasing value (brightness)
  11. #endif