Quote:
Originally Posted by Fellball
Hello,
i modified the define in settings.h from
"#define JumpWidth 5 // long press"
in
"#define JumpWidth 1 // long press".
this works for me...
|
Would it make sense to pull it out of the settings.h #define and instead put it into a config file? That way users can change whether they want the long press or not themselves, without having it hard coded.