forked from len0rd/rockbox
m:robe 100: a few button defines and other greyscale related changes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17030 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9c32dde82c
commit
1317ebb1a0
5 changed files with 24 additions and 2 deletions
|
|
@ -31,7 +31,8 @@ PLUGIN_HEADER
|
|||
#define SCANRATE_INC BUTTON_RIGHT
|
||||
#define SCANRATE_DEC BUTTON_LEFT
|
||||
|
||||
#elif CONFIG_KEYPAD == IAUDIO_X5M5_PAD
|
||||
#elif (CONFIG_KEYPAD == IAUDIO_X5M5_PAD) \
|
||||
|| (CONFIG_KEYPAD == MROBE100_PAD)
|
||||
#define SCANRATE_DONE BUTTON_POWER
|
||||
#define SCANRATE_FASTINC BUTTON_UP
|
||||
#define SCANRATE_FASTDEC BUTTON_DOWN
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue