mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-24 05:23:06 +00:00
13 lines
265 B
Text
13 lines
265 B
Text
App(
|
|
appid="mouse_jacker",
|
|
name="[NRF24] Mouse Jacker",
|
|
apptype=FlipperAppType.PLUGIN,
|
|
entry_point="mousejacker_app",
|
|
cdefines=["APP_MOUSEJACKER"],
|
|
requires=[
|
|
"gui",
|
|
"dialogs",
|
|
],
|
|
stack_size=2 * 1024,
|
|
order=60,
|
|
)
|