Skip to content

Commit

Permalink
decrease moving in direction fitness threshold, #299
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Feb 2, 2021
1 parent 6cd446d commit 86bccf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/RAPConstants.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const RAPConstants = {

// distance (in fitness) from max fitness that still indicates a successful proportion when both hands moving in the
// same direction. See RAPRatio.movingInDirection()
MOVING_IN_PROPORTION_FITNESS_THRESHOLD: .3,
MOVING_IN_PROPORTION_FITNESS_THRESHOLD: .25,

// The value to multiple the keyboard step size by to get the shift + keydown step size
SHIFT_KEY_MULTIPLIER: 1 / 5,
Expand Down

0 comments on commit 86bccf2

Please sign in to comment.