features_config.h 412 B

1234567891011121314
  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. #define TOTP_TARGET_FIRMWARE TOTP_FIRMWARE_XTREME