Better comments on DOUBLE_CLICK_TIME_WINDOW
This commit is contained in:
parent
584d147a02
commit
7e607b06eb
1 changed files with 4 additions and 1 deletions
|
@ -1131,7 +1131,10 @@
|
||||||
* to the Z-BabyStepping menu.
|
* to the Z-BabyStepping menu.
|
||||||
*/
|
*/
|
||||||
//#define DOUBLE_CLICK_JUMPS_TO_Z_BABYSTEPPING
|
//#define DOUBLE_CLICK_JUMPS_TO_Z_BABYSTEPPING
|
||||||
#define DOUBLE_CLICK_TIME_WINDOW 1250 // How quickly the double click must be done.
|
#define DOUBLE_CLICK_TIME_WINDOW 1250 // How quickly the double click must be done in miliseconds.
|
||||||
|
// Please notice this time must be a little bit longer than what
|
||||||
|
// is actually desired because there is some latency in detecting a
|
||||||
|
// change in LCD Panel Button Status.
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Reference in a new issue