mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-24 05:23:06 +00:00
62e56e2618
now old assets are removed so we can avoid duplicates
12 lines
295 B
Text
12 lines
295 B
Text
App(
|
|
appid="USB_Mouse",
|
|
name="USB Mouse",
|
|
apptype=FlipperAppType.PLUGIN,
|
|
entry_point="usb_mouse_app",
|
|
cdefines=["APP_USB_MOUSE"],
|
|
requires=["gui"],
|
|
stack_size=1 * 1024,
|
|
order=60,
|
|
fap_icon="../../plugins/mousejacker/mouse_10px.png",
|
|
fap_category="Misc",
|
|
)
|