diff options
Diffstat (limited to 'layouts/community/ergodox/jackhumbert/config.h')
| -rw-r--r-- | layouts/community/ergodox/jackhumbert/config.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/layouts/community/ergodox/jackhumbert/config.h b/layouts/community/ergodox/jackhumbert/config.h new file mode 100644 index 000000000..04bbed611 --- /dev/null +++ b/layouts/community/ergodox/jackhumbert/config.h | |||
| @@ -0,0 +1,17 @@ | |||
| 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 \ No newline at end of file | ||
