summaryrefslogtreecommitdiff
path: root/plugins/wheel/README
blob: 6424250e083409cf94c845f133fdb5242fc4a8f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Wheel source plugin {#wheel_plugin}
Version: @PROJECT_VERSION@

The wheel source plugin uses the Logitech G27 (or similar) racing wheel for data.

The wheel source plugin is enabled by default.


To use the wheel source plugin, add the following to the "sources" array in /etc/ambd/config:

~~~~~~~~~~~~~{.json}
{
	"name" : "WheelSource",
	"path" : "@PLUGIN_INSTALL_PATH@/wheelsourceplugin.so",
	"device" : "/dev/input/js0"
}
~~~~~~~~~~~~~

## Configuration Key Definitions:

"name"
name of plugin.  This key is not used by the plugin at this moment.

"path"
path to plugin on the filesystem.

"device"
Path to the racing wheel device

default: "/dev/input/js0"