diff options
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) |