Files
Momentum-Firmware/applications/external/orgasmotron/application.fam
2023-07-14 03:20:36 +02:00

13 lines
282 B
Plaintext

App(
appid="orgasmotron",
name="Orgasmotron",
apptype=FlipperAppType.EXTERNAL,
entry_point="orgasmotron_app",
cdefines=["ORGASMOTRON"],
requires=["gui"],
stack_size=1 * 1024,
order=20,
fap_icon="orgasmotron_10px.png",
fap_category="Tools",
)