Skip to content

Commit 8f11fa6

Browse files
committed
New joystick
1 parent 1f6f2b0 commit 8f11fa6

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

  • MAVProxy/modules/mavproxy_joystick/joysticks
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
description: >
2+
FlySky SM001 - USB "8ch Remote Controller"
3+
match:
4+
- '*XTR+G2+FMS Controller*'
5+
controls:
6+
- channel: 1
7+
type: axis
8+
id: 3
9+
- channel: 2
10+
type: axis
11+
id: 0
12+
invert: true
13+
- channel: 3
14+
type: axis
15+
id: 1
16+
- channel: 4
17+
type: axis
18+
id: 4
19+
- channel: 5
20+
type: button
21+
id: 0
22+
- channel: 6
23+
type: button
24+
id: 2
25+
- channel: 7
26+
type: button
27+
id: 3

0 commit comments

Comments
 (0)