1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-12 04:34:43 +04:00

replace usb mouse with new plugin (see readme and changelog)

This commit is contained in:
MX
2022-10-09 04:37:14 +03:00
parent 91d7a38ca6
commit 409d2e5f05
15 changed files with 1259 additions and 2 deletions

View File

@@ -1,12 +1,12 @@
App(
appid="USB_Mouse",
name="USB Mouse",
apptype=FlipperAppType.PLUGIN,
apptype=FlipperAppType.DEBUG,
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",
fap_category="Debug",
)