forked from len0rd/rockbox
hm801: Add support for plugins.
Change-Id: I81654db87d38324d8680a56bcdb7e9922ee5b619
This commit is contained in:
parent
397863ab3d
commit
6ee3fc81d9
51 changed files with 398 additions and 20 deletions
|
|
@ -443,6 +443,16 @@
|
|||
#define CB_LEVEL (BUTTON_POWER | BUTTON_LEFT)
|
||||
#define CB_MENU (BUTTON_POWER | BUTTON_RIGHT)
|
||||
|
||||
#elif CONFIG_KEYPAD == HM801_PAD
|
||||
#define CB_SELECT BUTTON_SELECT
|
||||
#define CB_UP BUTTON_UP
|
||||
#define CB_DOWN BUTTON_DOWN
|
||||
#define CB_LEFT BUTTON_LEFT
|
||||
#define CB_RIGHT BUTTON_RIGHT
|
||||
#define CB_PLAY BUTTON_PLAY
|
||||
#define CB_LEVEL BUTTON_PREV
|
||||
#define CB_MENU BUTTON_POWER
|
||||
|
||||
#else
|
||||
#error No keymap defined!
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue