mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 04:53:08 +00:00
6de2934394
* BadUSB: media keys, GLOBE command * f18 api table fix * BadUSB over BLE * Made PVS happy Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
13 lines
299 B
Text
13 lines
299 B
Text
App(
|
|
appid="bad_usb",
|
|
name="Bad USB",
|
|
apptype=FlipperAppType.MENUEXTERNAL,
|
|
entry_point="bad_usb_app",
|
|
stack_size=2 * 1024,
|
|
icon="A_BadUsb_14",
|
|
order=70,
|
|
resources="resources",
|
|
fap_libs=["assets", "ble_profile"],
|
|
fap_icon="icon.png",
|
|
fap_category="USB",
|
|
)
|