2023-04-05 22:45:27 +03:00
|
|
|
// Include Bluetooth token input automation
|
2023-03-21 19:03:53 +03:00
|
|
|
#define TOTP_BADBT_TYPE_ENABLED
|
2023-04-05 22:45:27 +03:00
|
|
|
|
|
|
|
// Include token input automation icons on the main screen
|
|
|
|
#define TOTP_AUTOMATION_ICONS_ENABLED
|
|
|
|
|
|
|
|
// List of compatible firmwares
|
|
|
|
#define TOTP_FIRMWARE_OFFICIAL_STABLE 1
|
|
|
|
#define TOTP_FIRMWARE_OFFICIAL_DEV 2
|
2023-05-26 15:09:10 +03:00
|
|
|
#define TOTP_FIRMWARE_UL_XFW 3 // XFW and UL now has same bluetooth mac/advname changing API
|
2023-04-05 22:45:27 +03:00
|
|
|
// End of list
|
|
|
|
|
|
|
|
// Target firmware to build for
|
2023-05-26 15:09:10 +03:00
|
|
|
#define TOTP_TARGET_FIRMWARE TOTP_FIRMWARE_UL_XFW
|
2023-05-31 13:34:52 +03:00
|
|
|
|
|
|
|
// Max custom fonts value
|
|
|
|
#define MAX_CUSTOM_FONTS (9)
|