mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-23 15:00:13 +00:00
14 lines
312 B
Plaintext
14 lines
312 B
Plaintext
App(
|
|
appid="usb_hid_autofire",
|
|
name="USB HID Autofire",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="usb_hid_autofire_app",
|
|
cdefines=["APP_USB_HID_AUTOFIRE"],
|
|
requires=[
|
|
"gui",
|
|
],
|
|
stack_size=1 * 1024,
|
|
fap_icon="usb_hid_autofire.png",
|
|
fap_category="Misc_Extra",
|
|
)
|