mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-12 00:47:49 -04:00
MPIO HD200: rename button defines to adhere how they are labeled on the device.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28443 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f7bcb66e67
commit
59ba8fea22
53 changed files with 244 additions and 244 deletions
|
|
@ -382,11 +382,11 @@
|
|||
/* MPIO HD200 keys */
|
||||
#elif CONFIG_KEYPAD == MPIO_HD200_PAD
|
||||
#define TV_QUIT (BUTTON_REC | BUTTON_PLAY)
|
||||
#define TV_SCROLL_UP BUTTON_PREV
|
||||
#define TV_SCROLL_DOWN BUTTON_NEXT
|
||||
#define TV_SCROLL_UP BUTTON_REW
|
||||
#define TV_SCROLL_DOWN BUTTON_FF
|
||||
#define TV_SCREEN_LEFT BUTTON_VOL_DOWN
|
||||
#define TV_SCREEN_RIGHT BUTTON_VOL_UP
|
||||
#define TV_MENU BUTTON_SELECT
|
||||
#define TV_MENU BUTTON_FUNC
|
||||
#define TV_AUTOSCROLL BUTTON_PLAY
|
||||
#define TV_BOOKMARK BUTTON_REC
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue