mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
Higher the button delay on the fuze a bit more, the wrong hold button reads aren't happening anymore apparently even for plugins with heavy lcd updates.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22658 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
32340186c7
commit
b54b066516
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@
|
|||
#define WHEEL_COUNTER_DIV 4
|
||||
#define ACCEL_INCREMENT 2
|
||||
#define ACCEL_SHIFT 2
|
||||
#define BUTTON_DELAY 40
|
||||
#define BUTTON_DELAY 60
|
||||
#endif
|
||||
|
||||
#ifdef SANSA_E200V2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue