From 8d7b2d94be7a04886c7c3f6b1176cf67765e9603 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sat, 27 Jun 2015 14:45:42 -0700 Subject: [PATCH] Modify default.conf mapping to match the behavior of the Java client. The Y axis is reversed in mappings on the C client --- mappings/default.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mappings/default.conf b/mappings/default.conf index ca674e9..0dc0379 100644 --- a/mappings/default.conf +++ b/mappings/default.conf @@ -8,9 +8,9 @@ abs_deadzone = 0 abs_dpad_y = 16 abs_dpad_x = 17 reverse_x = false -reverse_y = false +reverse_y = true reverse_rx = false -reverse_ry = false +reverse_ry = true reverse_dpad_y = false reverse_dpad_x = false reverse_z = false