|
@@ -1131,7 +1131,10 @@
|
1131
|
1131
|
* to the Z-BabyStepping menu.
|
1132
|
1132
|
*/
|
1133
|
1133
|
//#define DOUBLE_CLICK_JUMPS_TO_Z_BABYSTEPPING
|
1134
|
|
-#define DOUBLE_CLICK_TIME_WINDOW 1250 // How quickly the double click must be done.
|
|
1134
|
+#define DOUBLE_CLICK_TIME_WINDOW 1250 // How quickly the double click must be done in miliseconds.
|
|
1135
|
+ // Please notice this time must be a little bit longer than what
|
|
1136
|
+ // is actually desired because there is some latency in detecting a
|
|
1137
|
+ // change in LCD Panel Button Status.
|
1135
|
1138
|
|
1136
|
1139
|
|
1137
|
1140
|
/**
|