Skip to content

Commit

Permalink
Adjusted rumble effect parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
bwRavencl committed Feb 17, 2025
1 parent c9bd18e commit f39ca21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,7 @@ private void updateHotSwappingButtonId() {

private enum RumbleEffect {

Light((short) 0, Short.MAX_VALUE, 70), Strong(Short.MAX_VALUE, Short.MAX_VALUE, 90);
Light((short) 0, Short.MAX_VALUE, 64), Strong(Short.MAX_VALUE, Short.MAX_VALUE, 72);

private final int duration;

Expand Down

0 comments on commit f39ca21

Please sign in to comment.