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