README 503 B

123456789101112131415
  1. cwiid (tools for the Nintendo Wii remote)
  2. CWiid is a collection of Linux tools written in C for interfacing to the
  3. Nintendo Wiimote, including an event-based API, an event/mouse/joystick
  4. driver, and GUI/control panel.
  5. To start cwiid's wminput daemon on boot, edit /etc/rc.d/rc.cwiid.conf
  6. if needed (only needed if you have multiple wiimotes), then
  7. "chmod 755 /etc/rc.d/rc.cwiid", and add the following code to
  8. e.g. /etc/rc.d/rc.local:
  9. if [ -x /etc/rc.d/rc.cwiid ]; then
  10. /etc/rc.d/rc.cwiid start
  11. fi