]> git.donarmstrong.com Git - qmk_firmware.git/blob - layouts/community/ortho_5x12/drashna/config.h
Merge branch 'master' into debounce_refactor
[qmk_firmware.git] / layouts / community / ortho_5x12 / drashna / config.h
1 #pragma once
2
3
4 /* ws2812 RGB LED */
5 #if defined(KEYBOARD_fractal)
6   #define RGB_DI_PIN D2
7   #undef RGBLED_NUM
8   #define RGBLIGHT_ANIMATIONS
9   #define RGBLED_NUM 29     // Number of LEDs
10   #undef RGBLIGHT_HUE_STEP
11   #define RGBLIGHT_HUE_STEP 8
12   #undef RGBLIGHT_SAT_STEP
13   #define RGBLIGHT_SAT_STEP 8
14   #undef RGBLIGHT_VAL_STEP
15   #define RGBLIGHT_VAL_STEP 8
16 #endif