From a900bc41a84e5a55b378521ab382a0983e853742 Mon Sep 17 00:00:00 2001 From: radius Date: Fri, 28 Oct 2016 20:05:38 -0500 Subject: [PATCH] fix l3/r3 --- input/input_autodetect_builtin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/input/input_autodetect_builtin.c b/input/input_autodetect_builtin.c index f0193b2b72..bd61ac9886 100644 --- a/input/input_autodetect_builtin.c +++ b/input/input_autodetect_builtin.c @@ -69,8 +69,8 @@ DECL_BTN(l, 102) \ DECL_BTN(r, 103) \ DECL_AXIS(l2, +6) \ DECL_AXIS(r2, +7) \ -DECL_BTN(l3, 7) \ -DECL_BTN(r3, 8) \ +DECL_BTN(l3, 106) \ +DECL_BTN(r3, 107) \ DECL_AXIS(l_x_plus, +0) \ DECL_AXIS(l_x_minus, -0) \ DECL_AXIS(l_y_plus, +1) \