summaryrefslogtreecommitdiff
path: root/apps/plugins/snake.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/snake.c')
-rw-r--r--apps/plugins/snake.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/snake.c b/apps/plugins/snake.c
index 459d345fa2..25c89b264b 100644
--- a/apps/plugins/snake.c
+++ b/apps/plugins/snake.c
@@ -313,6 +313,9 @@ dir is the current direction of the snake - 0=up, 1=right, 2=down, 3=left;
313#define SNAKE_DOWN BUTTON_DOWN 313#define SNAKE_DOWN BUTTON_DOWN
314#define SNAKE_PLAYPAUSE BUTTON_PLAY 314#define SNAKE_PLAYPAUSE BUTTON_PLAY
315 315
316#elif CONFIG_KEYPAD == SHANLING_Q1_PAD
317/* use touchscreen */
318
316#else 319#else
317#error No keymap defined! 320#error No keymap defined!
318#endif 321#endif