mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
11 lines
219 B
Plaintext
11 lines
219 B
Plaintext
App(
|
|
appid="input_settings",
|
|
name="Input",
|
|
apptype=FlipperAppType.SETTINGS,
|
|
entry_point="input_settings_app",
|
|
requires=["input"],
|
|
stack_size=1 * 1024,
|
|
order=100,
|
|
fap_category="assets",
|
|
)
|