mirror of
https://github.com/RawAccelOfficial/rawaccel.git
synced 2025-05-11 10:26:58 +02:00
rename directional multipliers
changes profile layout
This commit is contained in:
parent
62d9e1da9c
commit
94ce1542b0
6 changed files with 33 additions and 28 deletions
|
@ -157,8 +157,8 @@ namespace rawaccel {
|
|||
error("domain weights"" must be positive");
|
||||
}
|
||||
|
||||
if (args.dir_multipliers.x <= 0 || args.dir_multipliers.y <= 0) {
|
||||
error("negative directional multipliers must be positive");
|
||||
if (args.lr_sens_ratio <= 0 || args.ud_sens_ratio <= 0) {
|
||||
error("sens ratio must be positive");
|
||||
}
|
||||
|
||||
if (args.lp_norm <= 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue