#Nunchuk and wiimote configuration.
#Use stick to stear left and right
Nunchuk.Stick.X = ABS_X
# Tilt the Wiiremote about its axis to accelerate or reverse.
Plugin.acc.Roll = -ABS_Y
Plugin.acc.Roll_Scale = 2.0
Wiimote.A = BTN_A
Wiimote.B = BTN_B
#C is confirm
Nunchuk.C = BTN_X
#Z is go back
Nunchuk.Z = BTN_Y
#Tilt the nunchuk to the side to slide left and right.
Plugin.nunchuk_acc.Roll= ABS_Z
Plugin.nunchuk_acc.Roll_Scale = 2.0

