You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
439 B

  1. #ifndef CONFIG_USER_H
  2. #define CONFIG_USER_H
  3. #include "../../config.h"
  4. /* bootmagic salt key */
  5. #define BOOTMAGIC_KEY_SALT KC_ESC
  6. /* skip bootmagic and eeconfig */
  7. #define BOOTMAGIC_KEY_SKIP KC_SPACE
  8. /* ws2812 RGB LED */
  9. #define RGB_DI_PIN D5
  10. #define RGBLIGHT_ANIMATIONS
  11. #define RGBLED_NUM 13 // Number of LEDs
  12. #define RGBLIGHT_HUE_STEP 10
  13. #define RGBLIGHT_SAT_STEP 17
  14. #define RGBLIGHT_VAL_STEP 17
  15. #endif