aboutsummaryrefslogtreecommitdiff
path: root/layouts/community/ergodox/drashna/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/community/ergodox/drashna/config.h')
-rw-r--r--layouts/community/ergodox/drashna/config.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/layouts/community/ergodox/drashna/config.h b/layouts/community/ergodox/drashna/config.h
index 27124dbe2..9e2bd74f3 100644
--- a/layouts/community/ergodox/drashna/config.h
+++ b/layouts/community/ergodox/drashna/config.h
@@ -1,10 +1,9 @@
1#ifndef CONFIG_USER_H 1#pragma once
2#define CONFIG_USER_H
3 2
4#include QMK_KEYBOARD_CONFIG_H 3#include QMK_KEYBOARD_CONFIG_H
5 4
6#ifdef RGBLIGHT_ENABLE 5#ifdef RGBLIGHT_ENABLE
7#undef RGBLIGHT_SAT_STEP 6#undef RGBLIGHT_SAT_STEP
8#define RGBLIGHT_SAT_STEP 12 7#define RGBLIGHT_SAT_STEP 12
9#define RGBLIGHT_EFFECT_KNIGHT_LENGTH 7 8#define RGBLIGHT_EFFECT_KNIGHT_LENGTH 7
10#define RGBLIGHT_EFFECT_SNAKE_LENGTH 7 9#define RGBLIGHT_EFFECT_SNAKE_LENGTH 7
@@ -14,5 +13,3 @@
14 13
15#undef PRODUCT 14#undef PRODUCT
16#define PRODUCT DrashnaDox - Hacked ErgoDox EZ Shine 15#define PRODUCT DrashnaDox - Hacked ErgoDox EZ Shine
17
18#endif