1
0
Fork 0
forked from len0rd/rockbox

Add MPIO HD200 port - changed files

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25724 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Marcin Bukat 2010-04-26 21:40:00 +00:00
parent fa5cd0d3bf
commit b09d3aec39
76 changed files with 753 additions and 12 deletions

View file

@ -114,6 +114,10 @@ PLUGIN_HEADER
#define BTN_MENU BUTTON_MENU
#define BTN_FIRE BUTTON_OK
#elif (CONFIG_KEYPAD == MPIO_HD200_PAD)
#define BTN_MENU BUTTON_REC
#define BTN_FIRE BUTTON_SELECT
#elif defined(HAVE_TOUCHSCREEN)
/* This is a touchscreen target */
#else