2016-10-08 15:38:55 -07:00
|
|
|
#ifndef CONFIG_USER_H
|
|
|
|
#define CONFIG_USER_H
|
|
|
|
|
|
|
|
#include "../../config.h"
|
|
|
|
|
|
|
|
// place overrides here
|
2016-11-17 14:42:14 -08:00
|
|
|
#define RGBLIGHT_ANIMATIONS
|
2016-10-09 09:11:52 -07:00
|
|
|
#define RGBLIGHT_EFFECT_SNAKE_LENGTH 3
|
|
|
|
#define RGBLIGHT_EFFECT_KNIGHT_LENGTH 2
|
|
|
|
#define RGBLIGHT_EFFECT_KNIGHT_OFFSET 2
|
2016-10-08 15:38:55 -07:00
|
|
|
|
|
|
|
#endif
|