mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-18 04:34:45 -07:00
Added Bad USB Dummy Loader for Main Menu Moved UniRFRemix files back to Main (Not sure why I moved them to Plugins)
18 lines
352 B
Plaintext
18 lines
352 B
Plaintext
App(
|
|
appid="bad_usb",
|
|
name="Bad USB",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="bad_usb_app",
|
|
cdefines=["APP_BAD_USB"],
|
|
requires=[
|
|
"gui",
|
|
"dialogs",
|
|
],
|
|
stack_size=2 * 1024,
|
|
icon="A_BadUsb_14",
|
|
order=70,
|
|
fap_category="Main",
|
|
fap_icon="badusb_10px.png",
|
|
fap_icon_assets="images",
|
|
)
|