Skip to content

Instantly share code, notes, and snippets.

@10bn
Last active October 8, 2021 09:04
Show Gist options
  • Save 10bn/125fa6bc728a6fe1fa57876f5347278e to your computer and use it in GitHub Desktop.
Save 10bn/125fa6bc728a6fe1fa57876f5347278e to your computer and use it in GitHub Desktop.
Miryoku PIM447 Polynominal Acceleration Settings
#if defined(MH_PD_PIM447)
#define MH_PD_ROTATE 270
#define MH_ACCELERATION_POLYNOMIAL_LINEAR 1.7 // 3 / 2
#define MH_ACCELERATION_POLYNOMIAL_EXPONENTIAL 1000 // 500
#define MH_ACCELERATION_POLYNOMIAL_EXPONENT 4
#define MH_ACCELERATION_POLYNOMIAL_AVERAGING 10 // 2
#define MH_ACCELERATION_LINEAR_NUMERATOR 1
#define MH_ACCELERATION_LINEAR_DENOMINATOR 1
#define MH_PD_LOW_NUMERATOR 1
#define MH_PD_LOW_DENOMINATOR 2
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment