config.h 250 B

123456789101112131415
  1. #ifndef CONFIG_USER_H
  2. #define CONFIG_USER_H
  3. #include "../../config.h"
  4. // place overrides here
  5. #define TAPPING_TERM 175
  6. #ifdef BACKLIGHT_ENABLE
  7. #define BACKLIGHT_PIN B5
  8. #define BACKLIGHT_LEVELS 3
  9. #define BACKLIGHT_ON_STATE 0
  10. #endif
  11. #endif