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 6414de645c..4af747016d 100644
--- a/apps/plugins/calculator.c
+++ b/apps/plugins/calculator.c
@@ -342,6 +342,9 @@ PLUGIN_HEADER
342#define CALCULATOR_QUIT BUTTON_POWER 342#define CALCULATOR_QUIT BUTTON_POWER
343#define CALCULATOR_CLEAR BUTTON_MENU 343#define CALCULATOR_CLEAR BUTTON_MENU
344 344
345#elif CONFIG_KEYPAD == MROBE500_PAD
346#define CALCULATOR_QUIT BUTTON_POWER
347
345#else 348#else
346#error No keymap defined! 349#error No keymap defined!
347#endif 350#endif