mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-06 05:19:09 -07:00
12 lines
265 B
Plaintext
12 lines
265 B
Plaintext
App(
|
|
appid="air_mouse",
|
|
name="[BMI160] Air Mouse",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="air_mouse_app",
|
|
stack_size=10 * 1024,
|
|
fap_category="GPIO",
|
|
fap_icon="mouse_10px.png",
|
|
fap_version="0.6",
|
|
sources=["*.c", "*.cc"],
|
|
)
|