mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-25 03:29:58 -07:00
14 lines
304 B
Plaintext
14 lines
304 B
Plaintext
App(
|
|
appid="coleco",
|
|
name="[RC2014] ColecoVision",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="coleco_app",
|
|
cdefines=["APP_COLECO"],
|
|
requires=["gui"],
|
|
stack_size=1 * 1024,
|
|
order=35,
|
|
fap_icon="coleco_10px.png",
|
|
fap_icon_assets="icons",
|
|
fap_category="GPIO",
|
|
)
|