config.h 251 B

123456789101112
  1. #ifndef CONFIG_USER_H
  2. #define CONFIG_USER_H
  3. #include "../../config.h"
  4. // place overrides here
  5. #define RGBLIGHT_ANIMATIONS
  6. #define RGBLIGHT_EFFECT_SNAKE_LENGTH 3
  7. #define RGBLIGHT_EFFECT_KNIGHT_LENGTH 2
  8. #define RGBLIGHT_EFFECT_KNIGHT_OFFSET 2
  9. #endif