Files
Momentum-Firmware/applications/plugins/bt_hid_app/application.fam
2022-09-29 06:55:36 -04:00

16 lines
314 B
Plaintext

App(
appid="Bluetooth_Remote",
name="Bluetooth Remote",
apptype=FlipperAppType.EXTERNAL,
entry_point="bt_hid_app",
stack_size=1 * 1024,
cdefines=["APP_BLE_HID"],
requires=[
"bt",
"gui",
],
order=10,
fap_icon="bt_remote_10px.png",
fap_category="Tools",
)