mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Update hyperparameter
This commit is contained in:
parent
184bc20b79
commit
e4d41567b0
@ -144,7 +144,7 @@ class ProximityInfo {
|
||||
AK_FORCE_INLINE std::vector<float> decomposeTapPosition(const int tapX, const int tapY) const {
|
||||
std::vector<float> percentages(KEY_COUNT, 0.0f);
|
||||
|
||||
float tapRadius = MOST_COMMON_KEY_WIDTH / 1.33f;
|
||||
float tapRadius = MOST_COMMON_KEY_WIDTH * 0.292f;
|
||||
float totalArea = M_PI * ((float)(tapRadius * tapRadius));
|
||||
|
||||
bool anySet = false;
|
||||
|
Loading…
Reference in New Issue
Block a user