summaryrefslogtreecommitdiff
path: root/apps/plugins/calculator.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/calculator.c')
-rw-r--r--apps/plugins/calculator.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/plugins/calculator.c b/apps/plugins/calculator.c
index 1795bca7a7..df9fb9b18b 100644
--- a/apps/plugins/calculator.c
+++ b/apps/plugins/calculator.c
@@ -324,6 +324,11 @@ PLUGIN_HEADER
324#define CALCULATOR_CALC BUTTON_MENU 324#define CALCULATOR_CALC BUTTON_MENU
325#define CALCULATOR_CLEAR BUTTON_VIEW 325#define CALCULATOR_CLEAR BUTTON_VIEW
326 326
327#elif (CONFIG_KEYPAD == ONDAVX747_PAD)
328
329#define CALCULATOR_QUIT BUTTON_POWER
330#define CALCULATOR_CLEAR BUTTON_MENU
331
327#else 332#else
328#error No keymap defined! 333#error No keymap defined!
329#endif 334#endif