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 594c4e4..67fec2e 100644 --- a/apps/plugins/chopper.c +++ b/apps/plugins/chopper.c @@ -123,6 +123,12 @@ Still To do: #define ACTION2 BUTTON_MENU #define ACTIONTEXT "UP" +#elif CONFIG_KEYPAD == PHILIPS_HDD1630_PAD +#define QUIT BUTTON_POWER +#define ACTION BUTTON_MENU +#define ACTION2 BUTTON_SELECT +#define ACTIONTEXT "MENU" + #else #error No keymap defined! #endif |