]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/planck/keymaps/chance/config.h
Add the ability to disable the USB startup check for Chibios
[qmk_firmware.git] / keyboards / planck / keymaps / chance / config.h
1 #ifndef CONFIG_USER_H
2 #define CONFIG_USER_H
3
4 #include "../../config.h"
5
6 #define TAPPING_TERM 165
7
8 /* ws2812 RGB LED */
9 #define RGB_DI_PIN D3
10 #define RGBLIGHT_ANIMATIONS
11 #define RGBLED_NUM 10     // Number of LEDs
12 #define RGBLIGHT_HUE_STEP 10
13 #define RGBLIGHT_SAT_STEP 17
14 #define RGBLIGHT_VAL_STEP 17
15 //#define BACKLIGHT_ENABLE
16 #endif