diff options
-rw-r--r-- | opentrack-logic/mappings.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/opentrack-logic/mappings.hpp b/opentrack-logic/mappings.hpp index 087ea7f3..4cdbc7ac 100644 --- a/opentrack-logic/mappings.hpp +++ b/opentrack-logic/mappings.hpp @@ -42,9 +42,9 @@ private: public: Mappings(std::vector<axis_opts*> opts) : axes { - Mapping("tx","tx_alt", 100, 100, *opts[TX]), - Mapping("ty","ty_alt", 100, 100, *opts[TY]), - Mapping("tz","tz_alt", 100, 100, *opts[TZ]), + Mapping("tx","tx_alt", 30, 50, *opts[TX]), + Mapping("ty","ty_alt", 30, 50, *opts[TY]), + Mapping("tz","tz_alt", 30, 50, *opts[TZ]), Mapping("rx", "rx_alt", 180, 180, *opts[Yaw]), Mapping("ry", "ry_alt", 180, 180, *opts[Pitch]), Mapping("rz", "rz_alt", 180, 180, *opts[Roll]) |