Skip to content

Commit 5e7e04e

Browse files
authored
VGM apps descriptions fix (#144)
1 parent 7d8a26f commit 5e7e04e

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

.catalog/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## 1.1
2+
- Description update
3+
## 1.0
4+
- Initial release

.catalog/README.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
1-
# Air Mouse app for Video Game Module
2-
The Air Mouse app turns Flipper Zero with the module into a computer mouse. Control the pointer on your computer by tilting and rotating your Flipper Zero with the help of the motion-tracking sensor inside the module. Simply connect your Flipper Zero to a computer or smartphone via Bluetooth or USB.
1+
# Air Mouse app for the Video Game Module
2+
3+
The Air Mouse app turns Flipper Zero with the module into a computer mouse. Control the pointer on your computer by tilting and rotating your Flipper Zero with the help of the motion-tracking sensor inside the module. Simply connect your Flipper Zero to a computer or smartphone via Bluetooth or USB.
4+
5+
## Controls
6+
7+
- Left-click: press the OK button.
8+
- Right-click: press the UP button.
9+
- Scrolling: press and hold the LEFT button and tilt your Flipper Zero.

application.fam

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
App(
22
appid="vgm_air_mouse",
33
name="Air Mouse",
4-
fap_description="Video Game Module Air Mouse",
4+
fap_version="1.1",
5+
fap_description="Turn Flipper Zero with the Video Game Module into an air mouse",
56
apptype=FlipperAppType.EXTERNAL,
67
entry_point="air_mouse_app",
78
stack_size=4 * 1024,

0 commit comments

Comments
 (0)