mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-26 03:39:58 -07:00
24 lines
549 B
Plaintext
24 lines
549 B
Plaintext
App(
|
|
appid="USB_Remote",
|
|
name="USB Remote",
|
|
apptype=FlipperAppType.PLUGIN,
|
|
entry_point="hid_usb_app",
|
|
stack_size=1 * 1024,
|
|
fap_category="Tools",
|
|
fap_icon="hid_usb_10px.png",
|
|
fap_icon_assets="assets",
|
|
fap_icon_assets_symbol="hid",
|
|
)
|
|
|
|
App(
|
|
appid="Bluetooth_Remote",
|
|
name="Bluetooth Remote",
|
|
apptype=FlipperAppType.PLUGIN,
|
|
entry_point="hid_ble_app",
|
|
stack_size=1 * 1024,
|
|
fap_category="Tools",
|
|
fap_icon="hid_ble_10px.png",
|
|
fap_icon_assets="assets",
|
|
fap_icon_assets_symbol="hid",
|
|
)
|