Files
Momentum-Firmware/applications/external/orgasmotron/application.fam
2023-06-07 19:58:42 +01:00

13 lines
281 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="Misc",
)