Skip to content

Commit

Permalink
Fix game_pad_stick_wheels_interval_milliseconds_default_value
Browse files Browse the repository at this point in the history
  • Loading branch information
tekezo committed Oct 14, 2023
1 parent f0554a9 commit e2c6ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/share/core_configuration/details/profile/device.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class device final {
static constexpr double game_pad_stick_right_stick_deadzone_default_value = 0.1;

static constexpr int game_pad_stick_xy_interval_milliseconds_default_value = 20;
static constexpr int game_pad_stick_wheels_interval_milliseconds_default_value = 20;
static constexpr int game_pad_stick_wheels_interval_milliseconds_default_value = 100;

// The logical value range of Karabiner-DriverKit-VirtualHIDPointing is -127 ... 127.
static constexpr std::string_view game_pad_stick_x_formula_default_value =
Expand Down

0 comments on commit e2c6ae4

Please sign in to comment.