mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
14 lines
306 B
Plaintext
14 lines
306 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",
|
|
)
|