config.h 233 B

1234567891011121314
  1. #ifndef CONFIG_USER_H
  2. #define CONFIG_USER_H
  3. #include "../../config.h"
  4. // place overrides here
  5. #ifdef BACKLIGHT_ENABLE
  6. #define BACKLIGHT_PIN B2
  7. #define BACKLIGHT_LEVELS 7
  8. #endif
  9. #define USB_MAX_POWER_CONSUMPTION 50
  10. #endif