Skip to content

Commit

Permalink
Increase default full-pressure setting
Browse files Browse the repository at this point in the history
  • Loading branch information
kmontag committed Feb 4, 2024
1 parent 5b1fabf commit db9ebca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion control_surface/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class Configuration(NamedTuple):

# The CC value at which keys should be considered fully pressed. Lower values ==
# more sensitive.
full_pressure: int = 20
full_pressure: int = 37

# The range of CC value change per second for incremental controls. The first number
# is the change per second when the control is lightly pressed, the second
Expand Down

0 comments on commit db9ebca

Please sign in to comment.