#Hold wiimote sideways, tilt to steer
Plugin.acc.Pitch = -ABS_X
Plugin.acc.Pitch_Scale = 2.0
#Use Dpad on its side to accelrate
Wiimote.Dpad.X = -ABS_Y
Wiimote.A = BTN_A
Wiimote.B = BTN_B
Wiimote.Plus = BTN_X
Wiimote.Minus = BTN_Y
#use buttons 1 and 2 to slide.
Wiimote.1 = BTN_TL
Wiimote.2 = BTN_TR
