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 04fd4e0..e16f58a 100644 --- a/apps/plugins/calculator.c +++ b/apps/plugins/calculator.c @@ -146,7 +146,8 @@ PLUGIN_HEADER #define CALCULATOR_RC_QUIT BUTTON_RC_STOP #elif (CONFIG_KEYPAD == IPOD_4G_PAD) || \ - (CONFIG_KEYPAD == IPOD_3G_PAD) + (CONFIG_KEYPAD == IPOD_3G_PAD) || \ + (CONFIG_KEYPAD == IPOD_1G2G_PAD) #define CALCULATOR_UP BUTTON_SCROLL_BACK #define CALCULATOR_DOWN BUTTON_SCROLL_FWD |