diff options
Diffstat (limited to 'apps/plugins/chopper.c')
-rw-r--r-- | apps/plugins/chopper.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/plugins/chopper.c b/apps/plugins/chopper.c index 46acf2c74e..d9e02142b0 100644 --- a/apps/plugins/chopper.c +++ b/apps/plugins/chopper.c @@ -86,6 +86,12 @@ Still To do: #define ACTION2 BUTTON_MENU #define ACTIONTEXT "UP" +#elif CONFIG_KEYPAD == GIGABEAT_S_PAD +#define QUIT BUTTON_BACK +#define ACTION BUTTON_SELECT +#define ACTION2 BUTTON_MENU +#define ACTIONTEXT "SELECT" + #else #error Unsupported keypad #endif |