]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/preonic/keymaps/xyverz/config.h
a failed attempt at hot-plugging
[qmk_firmware.git] / keyboards / preonic / keymaps / xyverz / config.h
1 #ifndef CONFIG_USER_H
2 #define CONFIG_USER_H
3
4 #include "../../config.h"
5
6 // Number of backlight levels
7 #undef  BACKLIGHT_LEVELS
8 #define BACKLIGHT_LEVELS 3
9
10 /* ws2812 RGB LED */
11 #undef RGB_DI_PIN
12 #define RGB_DI_PIN B3
13 #undef RGBLED_NUM
14 #define RGBLIGHT_ANIMATIONS
15 #define RGBLED_NUM 11     // Number of LEDs
16 #define RGBLIGHT_HUE_STEP 10
17 #define RGBLIGHT_SAT_STEP 17
18 #define RGBLIGHT_VAL_STEP 17
19
20
21 #endif