1
0
Fork 0
forked from len0rd/rockbox

IAUDIO67_PAD: Add keymaps for most of the plugins, they are not all tested yet.

IAUDIO7: Define MODEL_NAME in config


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18730 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Vitja Makarov 2008-10-07 16:38:28 +00:00
parent 981bd1cb3e
commit 2f84f699c0
34 changed files with 252 additions and 0 deletions

View file

@ -149,6 +149,13 @@ PLUGIN_IRAM_DECLARE
#elif CONFIG_KEYPAD == COWOND2_PAD
#define BTN_QUIT BUTTON_POWER
#elif CONFIG_KEYPAD == IAUDIO67_PAD
#define BTN_QUIT BUTTON_POWER
#define BTN_RIGHT BUTTON_RIGHT
#define BTN_LEFT BUTTON_LEFT
#define BTN_UP BUTTON_STOP
#define BTN_DOWN BUTTON_PLAY
#define BTN_PLAY BUTTON_MENU
#else
#error No keymap defined!