unleashed-firmware/applications/plugins/mousejacker/application.fam

14 lines
265 B
Text
Raw Normal View History

App(
appid="mouse_jacker",
2022-07-29 16:22:17 +00:00
name="[NRF24] Mouse Jacker",
apptype=FlipperAppType.PLUGIN,
entry_point="mousejacker_app",
cdefines=["APP_MOUSEJACKER"],
requires=[
"gui",
"dialogs",
],
stack_size=2 * 1024,
order=60,
)