summaryrefslogtreecommitdiffstats
path: root/layouts/community/ortho_5x12/drashna/config.h
blob: e41dadc60155dd9c03b0b633cb4bb7639b685a90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#pragma once


/* ws2812 RGB LED */
#if defined(KEYBOARD_fractal)
  #define RGB_DI_PIN D2
  #undef RGBLED_NUM
  #define RGBLIGHT_ANIMATIONS
  #define RGBLED_NUM 29     // Number of LEDs
  #undef RGBLIGHT_HUE_STEP
  #define RGBLIGHT_HUE_STEP 8
  #undef RGBLIGHT_SAT_STEP
  #define RGBLIGHT_SAT_STEP 8
  #undef RGBLIGHT_VAL_STEP
  #define RGBLIGHT_VAL_STEP 8
#endif