mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -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
|
@ -270,9 +270,9 @@
|
|||
|
||||
#elif CONFIG_KEYPAD == MPIO_HD200_PAD
|
||||
#define CALENDAR_QUIT (BUTTON_REC|BUTTON_PLAY)
|
||||
#define CALENDAR_SELECT BUTTON_SELECT
|
||||
#define CALENDAR_NEXT_WEEK BUTTON_NEXT
|
||||
#define CALENDAR_PREV_WEEK BUTTON_PREV
|
||||
#define CALENDAR_SELECT BUTTON_FUNC
|
||||
#define CALENDAR_NEXT_WEEK BUTTON_FF
|
||||
#define CALENDAR_PREV_WEEK BUTTON_REW
|
||||
#define CALENDAR_NEXT_DAY BUTTON_VOL_UP
|
||||
#define CALENDAR_PREV_DAY BUTTON_VOL_DOWN
|
||||
#define CALENDAR_NEXT_MONTH BUTTON_PLAY
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue