features_config.h 454 B

12345678910111213141516
  1. // Include Bluetooth token input automation
  2. #define TOTP_BADBT_TYPE_ENABLED
  3. // Include token input automation icons on the main screen
  4. #define TOTP_AUTOMATION_ICONS_ENABLED
  5. // List of compatible firmwares
  6. #define TOTP_FIRMWARE_OFFICIAL_STABLE (1)
  7. #define TOTP_FIRMWARE_OFFICIAL_DEV (2)
  8. #define TOTP_FIRMWARE_XTREME (3)
  9. // End of list
  10. // Target firmware to build for
  11. #ifndef TOTP_TARGET_FIRMWARE
  12. #define TOTP_TARGET_FIRMWARE TOTP_FIRMWARE_XTREME
  13. #endif