diff options
| author | Jacob Palecki <[email protected]> | 2020-09-22 13:08:31 -0700 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2020-09-22 13:08:31 -0700 |
| commit | 45285413a94c9c081098c672e69e9811ac5262b7 (patch) | |
| tree | 4c89d57a30226e2d1c007547fa5cf787118f3158 /common/rawaccel-settings.h | |
| parent | Fix bug & rename x axis to input speed (diff) | |
| download | rawaccel-45285413a94c9c081098c672e69e9811ac5262b7.tar.xz rawaccel-45285413a94c9c081098c672e69e9811ac5262b7.zip | |
Rename experiment two to motivity
Diffstat (limited to 'common/rawaccel-settings.h')
| -rw-r--r-- | common/rawaccel-settings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rawaccel-settings.h b/common/rawaccel-settings.h index db5e192..00289b6 100644 --- a/common/rawaccel-settings.h +++ b/common/rawaccel-settings.h @@ -6,7 +6,7 @@ namespace rawaccel { enum class accel_mode { - linear, classic, natural, naturalgain, sigmoidgain, power, logarithm, experimentone, noaccel + linear, classic, natural, naturalgain, sigmoidgain, power, logarithm, motivity, noaccel }; struct settings { |