mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-26 03:39:58 -07:00
14 lines
303 B
Plaintext
14 lines
303 B
Plaintext
App(
|
|
appid="BPM_Tapper",
|
|
name="BPM Tapper",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="bpm_tapper_app",
|
|
cdefines=["APP_BPM_TAPPER"],
|
|
requires=["gui"],
|
|
stack_size=2 * 1024,
|
|
fap_icon="bpm_10px.png",
|
|
fap_category="Music",
|
|
fap_icon_assets="icons",
|
|
order=15,
|
|
)
|