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, 3 insertions, 0 deletions
diff --git a/apps/plugins/chip8.c b/apps/plugins/chip8.c
index 31866acd10..ac7f998690 100644
--- a/apps/plugins/chip8.c
+++ b/apps/plugins/chip8.c
@@ -1291,6 +1291,9 @@ CONFIG_KEYPAD == MROBE500_PAD
1291#define CHIP8_KEY6 BUTTON_RIGHT 1291#define CHIP8_KEY6 BUTTON_RIGHT
1292#define CHIP8_KEY8 BUTTON_BACK 1292#define CHIP8_KEY8 BUTTON_BACK
1293 1293
1294#elif CONFIG_KEYPAD == SHANLING_Q1_PAD
1295/* use touchscreen */
1296
1294#else 1297#else
1295#error No keymap defined! 1298#error No keymap defined!
1296#endif 1299#endif