summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/target/arm/ipod/button-clickwheel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/ipod/button-clickwheel.c b/firmware/target/arm/ipod/button-clickwheel.c
index 7f631dc3b6..aaf9aefd4e 100644
--- a/firmware/target/arm/ipod/button-clickwheel.c
+++ b/firmware/target/arm/ipod/button-clickwheel.c
@@ -42,7 +42,7 @@
42 42
43#define WHEEL_FAST_OFF_TIMEOUT 250000 /* timeout for acceleration = 250ms */ 43#define WHEEL_FAST_OFF_TIMEOUT 250000 /* timeout for acceleration = 250ms */
44#define WHEEL_REPEAT_TIMEOUT 250000 /* timeout for button repeat = 250ms */ 44#define WHEEL_REPEAT_TIMEOUT 250000 /* timeout for button repeat = 250ms */
45#define WHEEL_UNTOUCH_TIMEOUT 150000 /* timeout for untouching wheel = 100ms */ 45#define WHEEL_UNTOUCH_TIMEOUT 150000 /* timeout for untouching wheel = 150ms */
46#define WHEELCLICKS_PER_ROTATION 96 /* wheelclicks per full rotation */ 46#define WHEELCLICKS_PER_ROTATION 96 /* wheelclicks per full rotation */
47 47
48/* This amount of clicks is needed for at least scrolling 1 item. Choose small values 48/* This amount of clicks is needed for at least scrolling 1 item. Choose small values