From 704b9815acb997f099b30375464f5aded1ed7a8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erkki=20Sepp=C3=A4l=C3=A4?= Date: Sun, 26 Oct 2014 10:39:56 +0200 Subject: [PATCH] settings: adjusted axis defaults --- settings.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings.lua b/settings.lua index f919b22..62930b9 100644 --- a/settings.lua +++ b/settings.lua @@ -36,13 +36,13 @@ AXISMAP = { rotation = { { flipped = true, axis = 3 }, { flipped = false, axis = 4 } }, throttle = { { flipped = false, axis = 1 }, - { flipped = false, axis = 2 } }, + { flipped = true, axis = 2 } }, }, [2] = { rotation = { { flipped = true, axis = 3 }, { flipped = false, axis = 4 } }, throttle = { { flipped = false, axis = 1 }, - { flipped = false, axis = 2 } }, + { flipped = true, axis = 2 } }, } }