aboutsummaryrefslogtreecommitdiff
path: root/layouts/community/ortho_5x12/drashna/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/community/ortho_5x12/drashna/config.h')
-rw-r--r--layouts/community/ortho_5x12/drashna/config.h29
1 files changed, 14 insertions, 15 deletions
diff --git a/layouts/community/ortho_5x12/drashna/config.h b/layouts/community/ortho_5x12/drashna/config.h
index 480bf658c..123c284a2 100644
--- a/layouts/community/ortho_5x12/drashna/config.h
+++ b/layouts/community/ortho_5x12/drashna/config.h
@@ -3,20 +3,19 @@
3 3
4/* ws2812 RGB LED */ 4/* ws2812 RGB LED */
5#if defined(KEYBOARD_fractal) 5#if defined(KEYBOARD_fractal)
6 #define RGB_DI_PIN D2 6# define RGB_DI_PIN D2
7 #undef RGBLED_NUM 7# undef RGBLED_NUM
8 #define RGBLIGHT_ANIMATIONS 8# define RGBLIGHT_ANIMATIONS
9 #define RGBLED_NUM 29 // Number of LEDs 9# define RGBLED_NUM 29 // Number of LEDs
10 #undef RGBLIGHT_HUE_STEP 10# undef RGBLIGHT_HUE_STEP
11 #define RGBLIGHT_HUE_STEP 8 11# define RGBLIGHT_HUE_STEP 8
12 #undef RGBLIGHT_SAT_STEP 12# undef RGBLIGHT_SAT_STEP
13 #define RGBLIGHT_SAT_STEP 8 13# define RGBLIGHT_SAT_STEP 8
14 #undef RGBLIGHT_VAL_STEP 14# undef RGBLIGHT_VAL_STEP
15 #define RGBLIGHT_VAL_STEP 8 15# define RGBLIGHT_VAL_STEP 8
16 #define RGBLIGHT_LIMIT_VAL 175 16# define RGBLIGHT_LIMIT_VAL 175
17 #define RGBLIGHT_SLEEP 17# define RGBLIGHT_SLEEP
18
19 #define RGBLIGHT_EFFECT_KNIGHT_OFFSET 3
20 #define RGBLIGHT_EFFECT_KNIGHT_LED_NUM 14
21 18
19# define RGBLIGHT_EFFECT_KNIGHT_OFFSET 3
20# define RGBLIGHT_EFFECT_KNIGHT_LED_NUM 14
22#endif 21#endif