summaryrefslogtreecommitdiff
path: root/apps/plugins/chip8.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/chip8.c')
-rw-r--r--apps/plugins/chip8.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/chip8.c b/apps/plugins/chip8.c
index f76379e5f4..0b06ace784 100644
--- a/apps/plugins/chip8.c
+++ b/apps/plugins/chip8.c
@@ -991,7 +991,8 @@ STATIC void chip8 (void)
991#define CHIP8_RC_OFF BUTTON_RC_STOP 991#define CHIP8_RC_OFF BUTTON_RC_STOP
992 992
993#elif (CONFIG_KEYPAD == IPOD_4G_PAD) || \ 993#elif (CONFIG_KEYPAD == IPOD_4G_PAD) || \
994 (CONFIG_KEYPAD == IPOD_3G_PAD) 994 (CONFIG_KEYPAD == IPOD_3G_PAD) || \
995 (CONFIG_KEYPAD == IPOD_1G2G_PAD)
995#define CHIP8_OFF BUTTON_MENU 996#define CHIP8_OFF BUTTON_MENU
996#define CHIP8_KEY2 BUTTON_SCROLL_BACK 997#define CHIP8_KEY2 BUTTON_SCROLL_BACK
997#define CHIP8_KEY4 BUTTON_LEFT 998#define CHIP8_KEY4 BUTTON_LEFT