mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-15 16:52:38 +03:00
14 lines
265 B
Plaintext
14 lines
265 B
Plaintext
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,
|
|
)
|