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