diff options
Diffstat (limited to 'apps/plugins/fireworks.c')
| -rw-r--r-- | apps/plugins/fireworks.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/fireworks.c b/apps/plugins/fireworks.c index 50be236..e0d491a 100644 --- a/apps/plugins/fireworks.c +++ b/apps/plugins/fireworks.c @@ -55,7 +55,8 @@ static struct plugin_api* rb; #define BTN_MENU BUTTON_MODE #define BTN_FIRE BUTTON_SELECT #elif (CONFIG_KEYPAD == GIGABEAT_PAD) || \ -(CONFIG_KEYPAD == GIGABEAT_S_PAD) +(CONFIG_KEYPAD == GIGABEAT_S_PAD) || \ +(CONFIG_KEYPAD == MROBE100_PAD) #define BTN_MENU BUTTON_MENU #define BTN_FIRE BUTTON_SELECT #elif (CONFIG_KEYPAD == SANSA_E200_PAD) || \ |