diff options
author | B. Watson <yalhcru@gmail.com> | 2013-06-26 19:54:07 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2013-06-26 19:54:07 -0300 |
commit | f4fc936b4de1e5b274e77baeeea3858aa8a1270e (patch) | |
tree | 81e5a90b3412257cdbe4bf8b9c89fbccc7a7bab7 /misc/cwiid/rc.cwiid.conf.new | |
parent | 4451a38cd8d05d3bbbd12f55f3c0b2830b553230 (diff) | |
download | slackbuilds-f4fc936b4de1e5b274e77baeeea3858aa8a1270e.tar.gz |
misc/cwiid: Updated for version 0.6.00+svn201.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'misc/cwiid/rc.cwiid.conf.new')
-rw-r--r-- | misc/cwiid/rc.cwiid.conf.new | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/misc/cwiid/rc.cwiid.conf.new b/misc/cwiid/rc.cwiid.conf.new new file mode 100644 index 0000000000..5c6b0beae1 --- /dev/null +++ b/misc/cwiid/rc.cwiid.conf.new @@ -0,0 +1,39 @@ +# rc.cwiid.conf - config file for rc.cwiid (part of cwiid package) + +# This file is similar to rc.inet1.conf: you define your wiimotes here, +# and rc.cwiid reads this file and starts wminput daemons as needed. + +# Each wiimote section looks like this: + +# WIIMOTE[0]="[bluetooth address or 'auto']" +# WIIMOTE_CONF[0]="[config file or 'default']" + +# the WIIMOTE_CONF files are found in /etc/cwiid/wminput + +# If you only have one wiimote, you can just say WIIMOTE[0]="auto" +# and it should work fine. However, if you have more than one, you'll +# have to specify the Bluetooth device addresses for all of them. + +# If this file is missing, the default config looks like: + +# WIIMOTE[0]="auto" +# WIIMOTE_CONF[0]="default" + +# If this file is present, but contains no WIIMOTE[] definitions, no +# wminput daemons will be started. + +# Configuration begins here - uncomment and edit as needed: + +WIIMOTE[0]="auto" +WIIMOTE_CONF[0]="default" + +# WIIMOTE[1]="some-bluetooth-addr" +# WIIMOTE_CONF[1]="default" + +# WIIMOTE[2]="some-bluetooth-addr" +# WIIMOTE_CONF[2]="default" + +# WIIMOTE[3]="some-bluetooth-addr" +# WIIMOTE_CONF[3]="default" + +# (you can add up to WIIMOTE[9], below) |