]> git.donarmstrong.com Git - qmk_firmware.git/blob - layouts/community/ergodox/jackhumbert/config.h
Creates a userspace for keymaps (#1559)
[qmk_firmware.git] / layouts / community / ergodox / jackhumbert / config.h
1 #ifndef CONFIG_USER_H
2 #define CONFIG_USER_H
3
4 #include QMK_KEYBOARD_CONFIG_H
5
6 /* ws2812 RGB LED */
7 #define RGB_DI_PIN D7
8 #define RGBLIGHT_ANIMATIONS
9 #define RGBLED_NUM 15     // Number of LEDs
10 #define RGBLIGHT_HUE_STEP 12
11 #define RGBLIGHT_SAT_STEP 255
12 #define RGBLIGHT_VAL_STEP 12
13
14 #define RGB_MIDI
15 #define RGBW_BB_TWI
16
17 #endif