mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-26 03:39:58 -07:00
12 lines
217 B
Plaintext
12 lines
217 B
Plaintext
App(
|
|
appid="u2f",
|
|
name="U2F",
|
|
apptype=FlipperAppType.MENUEXTERNAL,
|
|
entry_point="u2f_app",
|
|
stack_size=2 * 1024,
|
|
icon="A_U2F_14",
|
|
order=80,
|
|
fap_icon="icon.png",
|
|
fap_category="USB",
|
|
)
|