config.h 162 B

12345678910
  1. #ifndef CONFIG_USER_H
  2. #define CONFIG_USER_H
  3. #include "../../config.h"
  4. // Number of backlight levels
  5. #undef BACKLIGHT_LEVELS
  6. #define BACKLIGHT_LEVELS 5
  7. #endif