config.h 325 B

1234567891011121314151617
  1. #ifndef CONFIG_USER_H
  2. #define CONFIG_USER_H
  3. #include QMK_KEYBOARD_CONFIG_H
  4. /* ws2812 RGB LED */
  5. #define RGB_DI_PIN D7
  6. #define RGBLIGHT_ANIMATIONS
  7. #define RGBLED_NUM 15 // Number of LEDs
  8. #define RGBLIGHT_HUE_STEP 12
  9. #define RGBLIGHT_SAT_STEP 255
  10. #define RGBLIGHT_VAL_STEP 12
  11. #define RGB_MIDI
  12. #define RGBW_BB_TWI
  13. #endif