]> git.donarmstrong.com Git - qmk_firmware.git/blob - layouts/community/ortho_5x12/xyverz/config.h
Merge branch 'master' of github.com:qmk/qmk_firmware into hf/shinydox
[qmk_firmware.git] / layouts / community / ortho_5x12 / xyverz / config.h
1 #ifndef CONFIG_USER_H
2 #define CONFIG_USER_H
3
4 // Number of backlight levels
5 #undef  BACKLIGHT_LEVELS
6 #define BACKLIGHT_LEVELS 8
7
8 /* ws2812 RGB LED */
9 #undef RGB_DI_PIN
10 #define RGB_DI_PIN B3
11 #undef RGBLED_NUM
12 #define RGBLIGHT_ANIMATIONS
13 #define RGBLED_NUM 11     // Number of LEDs
14 #undef RGBLIGHT_HUE_STEP
15 #define RGBLIGHT_HUE_STEP 8
16 #undef RGBLIGHT_SAT_STEP
17 #define RGBLIGHT_SAT_STEP 8
18 #undef RGBLIGHT_VAL_STEP
19 #define RGBLIGHT_VAL_STEP 8
20
21 // for the split boards //
22 #define USE_SERIAL
23 #define EE_HANDS
24
25 #endif