mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
16 lines
454 B
C
16 lines
454 B
C
// Include Bluetooth token input automation
|
|
#define TOTP_BADBT_TYPE_ENABLED
|
|
|
|
// 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)
|
|
#define TOTP_FIRMWARE_XTREME (3)
|
|
// End of list
|
|
|
|
// Target firmware to build for
|
|
#ifndef TOTP_TARGET_FIRMWARE
|
|
#define TOTP_TARGET_FIRMWARE TOTP_FIRMWARE_XTREME
|
|
#endif |