config.h 208 B

1234567891011
  1. #ifndef CONFIG_USER_H
  2. #define CONFIG_USER_H
  3. #include "../../config.h"
  4. #define AUTO_SHIFT_TIMEOUT 150
  5. #define NO_AUTO_SHIFT_SPECIAL
  6. #define NO_AUTO_SHIFT_NUMERIC
  7. #define USB_MAX_POWER_CONSUMPTION 50
  8. #endif