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 /qfunctionconfigurator/functionconfig.h | |
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 'qfunctionconfigurator/functionconfig.h')
-rw-r--r-- | qfunctionconfigurator/functionconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qfunctionconfigurator/functionconfig.h b/qfunctionconfigurator/functionconfig.h index d49a8f7b..d180928f 100644 --- a/qfunctionconfigurator/functionconfig.h +++ b/qfunctionconfigurator/functionconfig.h @@ -19,7 +19,7 @@ class Map { private: - static constexpr int value_count = 5000; + static constexpr int value_count = 10000; using num = double; using integral = std::uint16_t; static constexpr integral integral_max = std::numeric_limits<integral>::max(); |