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.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/calculator.c b/apps/plugins/calculator.c
index 6c75595f9e..c378ecbb81 100644
--- a/apps/plugins/calculator.c
+++ b/apps/plugins/calculator.c
@@ -497,6 +497,9 @@ F3: equal to "="
497#define CALCULATOR_CALC BUTTON_PLAYPAUSE 497#define CALCULATOR_CALC BUTTON_PLAYPAUSE
498#define CALCULATOR_CLEAR BUTTON_SHORTCUT 498#define CALCULATOR_CLEAR BUTTON_SHORTCUT
499 499
500#elif CONFIG_KEYPAD == DX50_PAD
501#define CALCULATOR_QUIT BUTTON_POWER
502
500#else 503#else
501#error No keymap defined! 504#error No keymap defined!
502#endif 505#endif