summaryrefslogtreecommitdiff
path: root/examples/configwheel.in.json
blob: 2bef1ed2250ac3df9b45e78bd733779f21bdbc12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
	"sources" : [
		{
			"name" : "WheelSource",
			"path" : "@PLUGIN_INSTALL_PATH@/wheelsourceplugin.so",
			"device" : "/dev/input/js0"
		}
	],
	"sinks": [
		{
			"name" : "DBusSink",
			"path" : "@PLUGIN_INSTALL_PATH@/dbussinkplugin.so"
		}
	]
}