diff options
author | Amaury Pouly <pamaury@rockbox.org> | 2011-10-02 17:34:16 +0000 |
---|---|---|
committer | Amaury Pouly <pamaury@rockbox.org> | 2011-10-02 17:34:16 +0000 |
commit | e6c6dc32380a3c200c9c96ef54e5f63d922b12d1 (patch) | |
tree | d71d7bc27b34834087865002282775b0bf005cb2 /apps | |
parent | d4d11b4635210a0f34acd4fd36c5d84140eb441f (diff) |
fuze+: add fireworks keymap
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30682 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r-- | apps/plugins/fireworks.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/fireworks.c b/apps/plugins/fireworks.c index 7b0c5228b5..75db1b3c0a 100644 --- a/apps/plugins/fireworks.c +++ b/apps/plugins/fireworks.c @@ -126,6 +126,10 @@ #define BTN_MENU BUTTON_MENU #define BTN_FIRE BUTTON_PLAY +#elif (CONFIG_KEYPAD == SANSA_FUZEPLUS_PAD) +#define BTN_MENU BUTTON_SELECT +#define BTN_FIRE BUTTON_PLAYPAUSE + #elif defined(HAVE_TOUCHSCREEN) /* This is a touchscreen target */ #else |