diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2015-10-07 13:10:30 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-10-07 13:10:30 +0200 |
| commit | d81cf6d2b47af80b5fef0d18ef5bcb5eea695a55 (patch) | |
| tree | d20eb4c4d531a8a5af8a46f058dd54563f1a8b56 /ftnoir_filter_accela | |
| parent | 2b95bdafd9d48f7214d12104a08c0248b9ec0d15 (diff) | |
| parent | 7abfd9593409bb0c16f4ee6d19fea14d7e85c57d (diff) | |
Merge branch 'work' into trackhat-ui
* work:
qfc: double the discrete value count
shortcuts: sleep less, drop less keystrokes
accela: revert rot gains to rc15
ft: try without locking this time
ft: cleanup comments
csv: cleanup
main, ui: fix sort order
ui: fix close on save
Diffstat (limited to 'ftnoir_filter_accela')
| -rw-r--r-- | ftnoir_filter_accela/ftnoir_filter_accela.cpp | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/ftnoir_filter_accela/ftnoir_filter_accela.cpp b/ftnoir_filter_accela/ftnoir_filter_accela.cpp index 3fd7c4210..5f058fc77 100644 --- a/ftnoir_filter_accela/ftnoir_filter_accela.cpp +++ b/ftnoir_filter_accela/ftnoir_filter_accela.cpp @@ -12,11 +12,12 @@ #include "opentrack/plugin-api.hpp" static constexpr double rot_gains[][2] = { - { 2.66, 105 }, - { 2.0, 47 }, - { 1.66, 25 }, - { 1.33, 11 }, - { 1, 3.5 }, + { 2.66, 110 }, + { 2.33, 80 }, + { 2, 50 }, + { 1.66, 30 }, + { 1.33, 15 }, + { 1, 5 }, { .66, 1.4 }, { .33, .4 }, { 0, 0 }, |
