forked from len0rd/rockbox
fuze+: add superdom keymap
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30685 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
045479d85c
commit
c7e56d6c9c
1 changed files with 8 additions and 0 deletions
|
@ -182,6 +182,14 @@ char buf[255];
|
|||
#define SUPERDOM_RIGHT BUTTON_FF
|
||||
#define SUPERDOM_CANCEL BUTTON_MENU
|
||||
|
||||
#elif CONFIG_KEYPAD == SANSA_FUZEPLUS_PAD
|
||||
#define SUPERDOM_OK BUTTON_SELECT
|
||||
#define SUPERDOM_UP BUTTON_UP
|
||||
#define SUPERDOM_DOWN BUTTON_DOWN
|
||||
#define SUPERDOM_LEFT BUTTON_LEFT
|
||||
#define SUPERDOM_RIGHT BUTTON_RIGHT
|
||||
#define SUPERDOM_CANCEL BUTTON_BACK
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_TOUCHSCREEN
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue