forked from flipperdevices/flipperzero-firmware
-
-
Notifications
You must be signed in to change notification settings - Fork 545
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
80 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,14 @@ | ||
// Include Bluetooth token input automation | ||
#define TOTP_BADBT_TYPE_ENABLED | ||
#define TOTP_AUTOMATION_ICONS_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 | ||
#define TOTP_TARGET_FIRMWARE TOTP_FIRMWARE_XTREME |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters