diff options
Diffstat (limited to 'keyboards/cluecard/keymaps/rgb_effects/config.h')
| -rw-r--r-- | keyboards/cluecard/keymaps/rgb_effects/config.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/keyboards/cluecard/keymaps/rgb_effects/config.h b/keyboards/cluecard/keymaps/rgb_effects/config.h new file mode 100644 index 000000000..e88847df4 --- /dev/null +++ b/keyboards/cluecard/keymaps/rgb_effects/config.h | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | #ifndef CONFIG_USER_H | ||
| 2 | #define CONFIG_USER_H | ||
| 3 | |||
| 4 | #include "../../config.h" | ||
| 5 | |||
| 6 | // place overrides here | ||
| 7 | #define RGBLIGHT_TIMER | ||
| 8 | #define RGBLIGHT_EFFECT_SNAKE_LENGTH 3 | ||
| 9 | #define RGBLIGHT_EFFECT_KNIGHT_LENGTH 2 | ||
| 10 | #define RGBLIGHT_EFFECT_KNIGHT_OFFSET 2 | ||
| 11 | |||
| 12 | #endif | ||
