diff options
Diffstat (limited to 'apps/plugins/chopper.c')
| -rw-r--r-- | apps/plugins/chopper.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/chopper.c b/apps/plugins/chopper.c index ed458d3..77af975 100644 --- a/apps/plugins/chopper.c +++ b/apps/plugins/chopper.c @@ -180,7 +180,8 @@ CONFIG_KEYPAD == MROBE500_PAD #define ACTION BUTTON_SELECT #define ACTIONTEXT "SELECT" -#elif CONFIG_KEYPAD == HM60X_PAD +#elif (CONFIG_KEYPAD == HM60X_PAD) || \ + (CONFIG_KEYPAD == HM801_PAD) #define QUIT BUTTON_POWER #define ACTION BUTTON_SELECT #define ACTIONTEXT "SELECT" |