1
0
Fork 0
forked from len0rd/rockbox

MPIOs: keymap tweaks

Change-Id: Ic96900c83ffb90df4f6c68a26238f0543cba61cd
This commit is contained in:
Marcin Bukat 2012-02-02 14:42:42 +01:00
parent 3511435ee3
commit 5863361fbf
42 changed files with 225 additions and 209 deletions

View file

@ -301,18 +301,18 @@
#define VUMETER_UP BUTTON_VOL_UP
#define VUMETER_DOWN BUTTON_VOL_DOWN
#define LABEL_HELP "PLAY"
#define LABEL_QUIT "MENU"
#define LABEL_QUIT "REC+PLAY"
#define LABEL_MENU "FUNC"
#define LABEL_VOLUME "UP/DOWN"
#elif CONFIG_KEYPAD == MPIO_HD300_PAD
#define VUMETER_QUIT (BUTTON_REC|BUTTON_REPEAT)
#define VUMETER_QUIT (BUTTON_MENU|BUTTON_REPEAT)
#define VUMETER_HELP BUTTON_PLAY
#define VUMETER_MENU BUTTON_MENU
#define VUMETER_UP BUTTON_UP
#define VUMETER_DOWN BUTTON_DOWN
#define LABEL_HELP "PLAY"
#define LABEL_QUIT "REC..."
#define LABEL_QUIT "LONG MENU"
#define LABEL_MENU "MENU"
#define LABEL_VOLUME "UP/DOWN"