Skip to content

Commit

Permalink
Closing #148 (#150)
Browse files Browse the repository at this point in the history
* * Updated submodules

* Initial implementation of #148
* Refactoring

* Updated FlipC image

* Added USDT address

* Added some more fonts

* CLang format ran

* One more nice font
  • Loading branch information
akopachov authored May 24, 2023
1 parent bc1eab7 commit d13bcd7
Show file tree
Hide file tree
Showing 26 changed files with 6,640 additions and 308 deletions.
Binary file modified .flipcorg/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions features_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,20 @@
// If target firmware is not yet set, default it to Xtreme as I'm using it, and it is cool :)
#ifndef TOTP_TARGET_FIRMWARE
#define TOTP_TARGET_FIRMWARE TOTP_FIRMWARE_XTREME
#endif

// List of available font for TOTP code
#define TOTP_FONT_MODENINE (1)
#define TOTP_FONT_REDHATMONO (2)
#define TOTP_FONT_BEDSTEAD (3)
#define TOTP_FONT_ZECTOR (4)
#define TOTP_FONT_712SERIF (5)
#define TOTP_FONT_GRAPH35PIX (6)
#define TOTP_FONT_KARMAFUTURE (7)

// End of list

// Active font for TOTP codes
#ifndef TOTP_FONT
#define TOTP_FONT TOTP_FONT_MODENINE
#endif
Loading

0 comments on commit d13bcd7

Please sign in to comment.