diff options
Diffstat (limited to 'layouts/community/ergodox/drashna/config.h')
-rw-r--r-- | layouts/community/ergodox/drashna/config.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/layouts/community/ergodox/drashna/config.h b/layouts/community/ergodox/drashna/config.h new file mode 100644 index 0000000000..27124dbe28 --- /dev/null +++ b/layouts/community/ergodox/drashna/config.h @@ -0,0 +1,18 @@ +#ifndef CONFIG_USER_H +#define CONFIG_USER_H + +#include QMK_KEYBOARD_CONFIG_H + +#ifdef RGBLIGHT_ENABLE +#undef RGBLIGHT_SAT_STEP +#define RGBLIGHT_SAT_STEP 12 +#define RGBLIGHT_EFFECT_KNIGHT_LENGTH 7 +#define RGBLIGHT_EFFECT_SNAKE_LENGTH 7 +#define RGBLIGHT_EFFECT_BREATHE_CENTER 1 +#endif // RGBLIGHT_ENABLE + + +#undef PRODUCT +#define PRODUCT DrashnaDox - Hacked ErgoDox EZ Shine + +#endif |