]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/handwired/minorca/keymaps/rgb/config.h
rgb light through midi
[qmk_firmware.git] / keyboards / handwired / minorca / keymaps / rgb / config.h
1 #ifndef CONFIG_USER_H
2 #define CONFIG_USER_H
3
4 #include "../../config.h"
5
6 /* bootmagic salt key */
7 #define BOOTMAGIC_KEY_SALT              KC_ESC
8
9 /* skip bootmagic and eeconfig */
10 #define BOOTMAGIC_KEY_SKIP              KC_SPACE
11
12 /* ws2812 RGB LED */
13 #define RGB_DI_PIN D5
14 #define RGBLIGHT_ANIMATIONS
15 #define RGBLED_NUM 13     // Number of LEDs
16 #define RGBLIGHT_HUE_STEP 10
17 #define RGBLIGHT_SAT_STEP 17
18 #define RGBLIGHT_VAL_STEP 17
19
20 #endif