mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-23 15:00:13 +00:00
15 lines
281 B
Plaintext
15 lines
281 B
Plaintext
App(
|
|
appid="USB_Midi",
|
|
name="USB Midi",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="usb_midi_app",
|
|
requires=[
|
|
"gui",
|
|
],
|
|
stack_size=4 * 1024,
|
|
order=20,
|
|
fap_icon="usb_midi.png",
|
|
fap_category="Music",
|
|
# fap_icon_assets="icons",
|
|
)
|