]> git.donarmstrong.com Git - qmk_firmware.git/blob - layouts/community/ortho_5x12/xyverz/config.h
Keymap: Fixed my ortho_5x12 layout (#3881)
[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 #if defined(KEYBOARD_preonic_rev2)
11   #define RGB_DI_PIN B3
12   #undef RGBLED_NUM
13   #define RGBLIGHT_ANIMATIONS
14   #define RGBLED_NUM 11     // Number of LEDs
15   #undef RGBLIGHT_HUE_STEP
16   #define RGBLIGHT_HUE_STEP 8
17   #undef RGBLIGHT_SAT_STEP
18   #define RGBLIGHT_SAT_STEP 8
19   #undef RGBLIGHT_VAL_STEP
20   #define RGBLIGHT_VAL_STEP 8
21 #endif
22
23 // for the split boards //
24 #define USE_SERIAL
25 #define EE_HANDS
26
27 #endif