config.h 402 B

123456789101112131415161718192021
  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