diff options
Diffstat (limited to 'apps/plugins/calculator.c')
| -rw-r--r-- | apps/plugins/calculator.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/calculator.c b/apps/plugins/calculator.c index 6bde1b0..0cce186 100644 --- a/apps/plugins/calculator.c +++ b/apps/plugins/calculator.c @@ -134,7 +134,8 @@ PLUGIN_HEADER #define CALCULATOR_OPERATORS BUTTON_MODE #define CALCULATOR_CLEAR BUTTON_REC -#elif (CONFIG_KEYPAD == IPOD_4G_PAD) +#elif (CONFIG_KEYPAD == IPOD_4G_PAD) || \ + (CONFIG_KEYPAD == IPOD_3G_PAD) #define CALCULATOR_UP BUTTON_SCROLL_BACK #define CALCULATOR_DOWN BUTTON_SCROLL_FWD |