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