mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-25 03:29:58 -07:00
15 lines
371 B
Plaintext
15 lines
371 B
Plaintext
App(
|
|
appid="bad_kb",
|
|
# Still called Bad KB for historic reasons
|
|
# Code was renamed back to Bad USB for easier update merging
|
|
name="Bad KB",
|
|
apptype=FlipperAppType.MENUEXTERNAL,
|
|
entry_point="bad_usb_app",
|
|
stack_size=2 * 1024,
|
|
icon="A_BadUsb_14",
|
|
order=70,
|
|
resources="resources",
|
|
fap_icon="icon.png",
|
|
fap_category="Tools",
|
|
)
|