unleashed-firmware/applications/plugins/mousejacker/application.fam
2022-09-14 21:04:04 +03:00

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,
)