diff options
Diffstat (limited to 'apps/plugins/test_fps.c')
| -rw-r--r-- | apps/plugins/test_fps.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/test_fps.c b/apps/plugins/test_fps.c index 4f197e0..24c0700 100644 --- a/apps/plugins/test_fps.c +++ b/apps/plugins/test_fps.c @@ -33,6 +33,8 @@ #define FPS_QUIT (BUTTON_HOME|BUTTON_REPEAT) #elif CONFIG_KEYPAD == MPIO_HD200_PAD #define FPS_QUIT (BUTTON_REC|BUTTON_PLAY) +#elif CONFIG_KEYPAD == MPIO_HD300_PAD +#define FPS_QUIT (BUTTON_REC|BUTTON_REPEAT) #elif defined(BUTTON_OFF) #define FPS_QUIT BUTTON_OFF #else |