1
0
Fork 0

remove scaling on triggers, not necessary

pull/2/head
Toad King 9 years ago
parent c4586aaea4
commit 34106d0224

@ -39,11 +39,11 @@ def create_device(index, raw):
if raw:
axis_cal = (0, 255, 0, 0)
cstick_cal = (0, 255, 0, 0)
trigger_cal = (-255, 255, 0, 0)
trigger_cal = (0, 255, 0, 0)
else:
axis_cal = (20, 235, 0, 0)
cstick_cal = (30, 225, 0, 0)
trigger_cal = (-200, 225, 0, 0)
trigger_cal = (25, 225, 0, 0)
events = (
uinput.BTN_NORTH,
uinput.BTN_SOUTH,

Loading…
Cancel
Save