forked from len0rd/rockbox
repair x5 build
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10451 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e43b29dde2
commit
451f08ad4c
1 changed files with 4 additions and 0 deletions
|
|
@ -98,6 +98,10 @@ PLUGIN_HEADER
|
||||||
#define UP BUTTON_UP
|
#define UP BUTTON_UP
|
||||||
#define DOWN BUTTON_DOWN
|
#define DOWN BUTTON_DOWN
|
||||||
|
|
||||||
|
/* Only iPod have scroll events */
|
||||||
|
#define SCROLL_FWD(x) (0)
|
||||||
|
#define SCROLL_BACK(x) (0)
|
||||||
|
|
||||||
#elif CONFIG_KEYPAD == IRIVER_H10_PAD /* grayscale at the moment */
|
#elif CONFIG_KEYPAD == IRIVER_H10_PAD /* grayscale at the moment */
|
||||||
|
|
||||||
#define QUIT BUTTON_POWER
|
#define QUIT BUTTON_POWER
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue