diff options
| author | Tomasz Moń <desowin@gmail.com> | 2011-11-16 14:08:01 +0000 |
|---|---|---|
| committer | Tomasz Moń <desowin@gmail.com> | 2011-11-16 14:08:01 +0000 |
| commit | e8a8a1be43afe63079ae48ce1a9eb3052df3b1a4 (patch) | |
| tree | 084e1cdf27a339ce58e24cff8fec8c31432b52db /apps/plugins/pacbox | |
| parent | 992d4eb775cac48e107e18d72783ebfb39c4234f (diff) | |
| download | rockbox-e8a8a1be43afe63079ae48ce1a9eb3052df3b1a4.zip rockbox-e8a8a1be43afe63079ae48ce1a9eb3052df3b1a4.tar.gz rockbox-e8a8a1be43afe63079ae48ce1a9eb3052df3b1a4.tar.bz2 rockbox-e8a8a1be43afe63079ae48ce1a9eb3052df3b1a4.tar.xz | |
Sandisk Sansa Connect port (FS #12363)
Included are drivers for buttons, backlight, lcd, audio and storage.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31000 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/pacbox')
| -rw-r--r-- | apps/plugins/pacbox/pacbox.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/apps/plugins/pacbox/pacbox.h b/apps/plugins/pacbox/pacbox.h index d9b8ec7..3c906ac 100644 --- a/apps/plugins/pacbox/pacbox.h +++ b/apps/plugins/pacbox/pacbox.h @@ -254,6 +254,17 @@ #define PACMAN_COIN BUTTON_PLAYPAUSE #define PACMAN_MENU BUTTON_POWER +#elif CONFIG_KEYPAD == SANSA_CONNECT_PAD + +#define PACMAN_UP BUTTON_UP +#define PACMAN_DOWN BUTTON_DOWN +#define PACMAN_LEFT BUTTON_LEFT +#define PACMAN_RIGHT BUTTON_RIGHT +#define PACMAN_1UP BUTTON_SELECT +#define PACMAN_2UP BUTTON_NEXT +#define PACMAN_COIN BUTTON_VOL_DOWN +#define PACMAN_MENU BUTTON_POWER + #else #error Keymap not defined! |