mirror of
https://github.com/clockworkpi/DevTerm.git
synced 2026-03-19 18:32:39 +01:00
add binary file for keyboard
This commit is contained in:
@@ -32,7 +32,7 @@ static const int8_t WHEEL_DENOM = 2;
|
||||
static int8_t wheelBuffer;
|
||||
|
||||
static float rateToVelocityCurve(float input) {
|
||||
return std::pow(std::abs(input) / 50, 1.5);
|
||||
return std::pow(std::abs(input) / 50, 1.4);
|
||||
}
|
||||
|
||||
template<Axis AXIS, int8_t Direction>
|
||||
|
||||
Reference in New Issue
Block a user