diff options
| author | a1xd <[email protected]> | 2020-09-26 20:07:06 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-09-26 20:07:06 -0400 |
| commit | 02de2ce503fad0b501893d040405922b23814dc9 (patch) | |
| tree | 14cf982742ce4fc52c742b0befd8b256aa0dce94 /common/rawaccel-settings.h | |
| parent | Merge pull request #24 from JacobPalecki/GUI (diff) | |
| parent | Hide minimum time attribute (diff) | |
| download | rawaccel-02de2ce503fad0b501893d040405922b23814dc9.tar.xz rawaccel-02de2ce503fad0b501893d040405922b23814dc9.zip | |
Merge pull request #25 from JacobPalecki/GUI
Small fixes and touchups
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 93f4768..1a513ac 100644 --- a/common/rawaccel-settings.h +++ b/common/rawaccel-settings.h @@ -9,7 +9,7 @@ namespace rawaccel { inline constexpr milliseconds WRITE_DELAY = 1000; enum class accel_mode { - linear, classic, natural, naturalgain, power, logarithm, motivity, noaccel + linear, classic, natural, naturalgain, power, motivity, noaccel }; struct settings { |