diff options
Diffstat (limited to 'apps/plugins/calculator.c')
| -rw-r--r-- | apps/plugins/calculator.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/plugins/calculator.c b/apps/plugins/calculator.c index 1795bca..df9fb9b 100644 --- a/apps/plugins/calculator.c +++ b/apps/plugins/calculator.c @@ -324,6 +324,11 @@ PLUGIN_HEADER #define CALCULATOR_CALC BUTTON_MENU #define CALCULATOR_CLEAR BUTTON_VIEW +#elif (CONFIG_KEYPAD == ONDAVX747_PAD) + +#define CALCULATOR_QUIT BUTTON_POWER +#define CALCULATOR_CLEAR BUTTON_MENU + #else #error No keymap defined! #endif |