]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/clueboard/card/keymaps/rgb_effects/config.h
Reorganize clueboard into a single directory (#1855)
[qmk_firmware.git] / keyboards / clueboard / card / keymaps / rgb_effects / config.h
1 #ifndef CONFIG_USER_H
2 #define CONFIG_USER_H
3
4 #include "../../config.h"
5
6 // place overrides here
7 #define RGBLIGHT_ANIMATIONS
8 #define RGBLIGHT_EFFECT_SNAKE_LENGTH 3
9 #define RGBLIGHT_EFFECT_KNIGHT_LENGTH 2
10 #define RGBLIGHT_EFFECT_KNIGHT_OFFSET 2
11
12 #endif