unleashed-firmware/applications/debug/usb_mouse/application.fam

13 lines
295 B
Text
Raw Normal View History

App(
appid="USB_Mouse",
2022-09-15 05:17:58 +00:00
name="USB Mouse",
apptype=FlipperAppType.PLUGIN,
entry_point="usb_mouse_app",
cdefines=["APP_USB_MOUSE"],
requires=["gui"],
stack_size=1 * 1024,
order=60,
2022-09-15 05:17:58 +00:00
fap_icon="../../plugins/mousejacker/mouse_10px.png",
fap_category="Misc",
)