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.

21 lines
402 B

  1. #ifndef CONFIG_USER_H
  2. #define CONFIG_USER_H
  3. #include "../../config.h"
  4. #define LEADER_TIMEOUT 300
  5. //#define BACKLIGHT_BREATHING
  6. #define PREVENT_STUCK_MODIFIERS
  7. #define USE_I2C
  8. #define SSD1306OLED
  9. #define OLED_ROTATE180
  10. /* ws2812 RGB LED*/
  11. #define RGB_DI_PIN D4
  12. #define RGBLIGHT_ANIMATIONS
  13. #define RGBLED_NUM 14 // Number of LEDs
  14. #define RGBLIGHT_HUE_STEP 10
  15. #define RGBLIGHT_SAT_STEP 17
  16. #endif