rc.cwiid.conf.new 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. # rc.cwiid.conf - config file for rc.cwiid (part of cwiid package)
  2. # This file is similar to rc.inet1.conf: you define your wiimotes here,
  3. # and rc.cwiid reads this file and starts wminput daemons as needed.
  4. # Each wiimote section looks like this:
  5. # WIIMOTE[0]="[bluetooth address or 'auto']"
  6. # WIIMOTE_CONF[0]="[config file or 'default']"
  7. # the WIIMOTE_CONF files are found in /etc/cwiid/wminput
  8. # If you only have one wiimote, you can just say WIIMOTE[0]="auto"
  9. # and it should work fine. However, if you have more than one, you'll
  10. # have to specify the Bluetooth device addresses for all of them.
  11. # If this file is missing, the default config looks like:
  12. # WIIMOTE[0]="auto"
  13. # WIIMOTE_CONF[0]="default"
  14. # If this file is present, but contains no WIIMOTE[] definitions, no
  15. # wminput daemons will be started.
  16. # Configuration begins here - uncomment and edit as needed:
  17. WIIMOTE[0]="auto"
  18. WIIMOTE_CONF[0]="default"
  19. # WIIMOTE[1]="some-bluetooth-addr"
  20. # WIIMOTE_CONF[1]="default"
  21. # WIIMOTE[2]="some-bluetooth-addr"
  22. # WIIMOTE_CONF[2]="default"
  23. # WIIMOTE[3]="some-bluetooth-addr"
  24. # WIIMOTE_CONF[3]="default"
  25. # (you can add up to WIIMOTE[9], below)