8eaf23ae81
* Put in my keymaps * Fixed all but weird lets split issue * Organized and tried to trobleshoot lets split * Organized and tried to trobleshoot lets split * Added bbaserdem keymaps * Added bbaserdem keymaps * Fixed stuff * FIxed a filename error
23 lines
536 B
C
Executable file
23 lines
536 B
C
Executable file
#ifndef CONFIG_USER_H
|
|
#define CONFIG_USER_H
|
|
|
|
#include "../../config.h"
|
|
|
|
// LED strip stuff
|
|
#ifdef RGBLIGHT_ENABLE
|
|
#define RGB_DI_PIN B2
|
|
#define RGBLED_NUM 12
|
|
#define RGBLIGHT_HUE_STEP 6
|
|
#define RGBLIGHT_SAT_STEP 12
|
|
#define RGBLIGHT_VAL_STEP 20
|
|
#define RGBLIGHT_ANIMATIONS
|
|
#define RGBLIGHT_EFFECT_SNAKE_LENGTH 6
|
|
#define RGBLIGHT_EFFECT_KNIGHT_LENGTH 2
|
|
#define RGBLIGHT_EFFECT_KNIGHT_OFFSET 6
|
|
#define RGBLIGHT_EFFECT_KNIGHT_LED_NUM 6
|
|
#define RGBLIGHT_EFFECT_CHRISTMAS_INTERVAL 2000
|
|
#define RGBLIGHT_EFFECT_CHRISTMAS_STEP 1
|
|
#endif
|
|
|
|
#endif
|