diff options
| author | Sebastian Leonhardt <sebastian.leonhardt@web.de> | 2018-02-22 23:42:29 +0100 |
|---|---|---|
| committer | Sebastian Leonhardt <sebastian.leonhardt@web.de> | 2018-04-03 11:34:01 +0200 |
| commit | 0486e5b93e422d0bd240439f02a8509a6c5bcbc5 (patch) | |
| tree | c0da5e6a86d5f352e89cedaed515c3ce201481b9 /apps/plugins/pegbox.c | |
| parent | fb3f7651fd68bf3b8c7e4dbd62dbb2b3505f929a (diff) | |
| download | rockbox-0486e5b93e422d0bd240439f02a8509a6c5bcbc5.zip rockbox-0486e5b93e422d0bd240439f02a8509a6c5bcbc5.tar.gz rockbox-0486e5b93e422d0bd240439f02a8509a6c5bcbc5.tar.bz2 rockbox-0486e5b93e422d0bd240439f02a8509a6c5bcbc5.tar.xz | |
Zen XFi2: Enable Plugins
Keymaps aren't tested, there may be room for improvement.
Change-Id: I6b8fe697899b241ea6e96f4fe446d88671ad7818
Diffstat (limited to 'apps/plugins/pegbox.c')
| -rw-r--r-- | apps/plugins/pegbox.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/plugins/pegbox.c b/apps/plugins/pegbox.c index e267b39..4692a1a 100644 --- a/apps/plugins/pegbox.c +++ b/apps/plugins/pegbox.c @@ -621,6 +621,13 @@ CONFIG_KEYPAD == MROBE500_PAD #define QUIT_TEXT "Power" +#elif CONFIG_KEYPAD == CREATIVE_ZENXFI2_PAD +#define PEGBOX_QUIT BUTTON_POWER +#define PEGBOX_SELECT BUTTON_MENU + +#define QUIT_TEXT "POWER" +#define SELECT_TEXT "MENU" + #else #error Unsupported keymap! #endif |