mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-13 01:40:06 +03:00
13 lines
295 B
Plaintext
13 lines
295 B
Plaintext
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",
|
|
)
|