diff options
Diffstat (limited to 'apps/plugins/chopper.c')
| -rw-r--r-- | apps/plugins/chopper.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/chopper.c b/apps/plugins/chopper.c index c5593d9..e3bf020 100644 --- a/apps/plugins/chopper.c +++ b/apps/plugins/chopper.c @@ -130,6 +130,9 @@ Still To do: #define ACTION2 BUTTON_SELECT #define ACTIONTEXT "MENU" +#elif CONFIG_KEYPAD == ONDAVX747_PAD +#define QUIT BUTTON_POWER + #else #error No keymap defined! #endif |