mirror of
https://github.com/clockworkpi/DevTerm.git
synced 2026-03-19 02:12:40 +01:00
update keyboard and A04/devterm-a04-gearbox
This commit is contained in:
@@ -32,7 +32,8 @@ static const int8_t WHEEL_DENOM = 2;
|
||||
static int8_t wheelBuffer;
|
||||
|
||||
static float rateToVelocityCurve(float input) {
|
||||
return std::pow(std::abs(input) / 50, 1.4);
|
||||
//return std::pow(std::abs(input) / 50, 1.4);
|
||||
return std::abs(input) / 30;
|
||||
}
|
||||
|
||||
template<Axis AXIS, int8_t Direction >
|
||||
|
||||
Reference in New Issue
Block a user