diff options
Diffstat (limited to 'apps/plugins/chip8.c')
| -rw-r--r-- | apps/plugins/chip8.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/chip8.c b/apps/plugins/chip8.c index 29816bf..2a70369 100644 --- a/apps/plugins/chip8.c +++ b/apps/plugins/chip8.c @@ -976,7 +976,8 @@ STATIC void chip8 (void) #define CHIP8_KEY6 BUTTON_RIGHT #define CHIP8_KEY8 BUTTON_DOWN -#elif (CONFIG_KEYPAD == IPOD_4G_PAD) +#elif (CONFIG_KEYPAD == IPOD_4G_PAD) || \ + (CONFIG_KEYPAD == IPOD_3G_PAD) #define CHIP8_OFF BUTTON_MENU #define CHIP8_KEY2 BUTTON_SCROLL_BACK #define CHIP8_KEY4 BUTTON_LEFT |