diff options
Diffstat (limited to 'apps/plugins/fireworks.c')
| -rw-r--r-- | apps/plugins/fireworks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/fireworks.c b/apps/plugins/fireworks.c index 8b8ee33..f564b68 100644 --- a/apps/plugins/fireworks.c +++ b/apps/plugins/fireworks.c @@ -45,7 +45,7 @@ static struct plugin_api* rb; #elif (CONFIG_KEYPAD == ONDIO_PAD) #define BTN_MENU BUTTON_MENU #define BTN_FIRE BUTTON_UP -#elif (CONFIG_KEYPAD == IAUDIO_X5_PAD) +#elif (CONFIG_KEYPAD == IAUDIO_X5M5_PAD) #define BTN_MENU BUTTON_POWER #define BTN_FIRE BUTTON_SELECT #elif (CONFIG_KEYPAD == IRIVER_IFP7XX_PAD) |