mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-26 03:39:58 -07:00
15 lines
256 B
Plaintext
15 lines
256 B
Plaintext
App(
|
|
appid="bad_kb",
|
|
name="Bad KB",
|
|
apptype=FlipperAppType.FAPP,
|
|
entry_point="bad_kb_app",
|
|
cdefines=["APP_BAD_KB"],
|
|
requires=[
|
|
"gui",
|
|
"dialogs",
|
|
],
|
|
stack_size=2 * 1024,
|
|
icon="A_BadKb_14",
|
|
order=70,
|
|
)
|