From 46e25289928ce3ef2a1a73d2d8ed8305aeec23cc Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Mon, 13 Apr 2020 16:57:39 -0400 Subject: av300: Continue cleaning out keymaps. (A lot of work was done on this thing, for a target that hasn't been compileable at least since we moved to git..) Change-Id: Ibface9392f3251b5be4bf1e0c4d12639c4f1662d --- apps/plugins/pong.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'apps/plugins/pong.c') diff --git a/apps/plugins/pong.c b/apps/plugins/pong.c index 3656a35fd2..1fcd018de2 100644 --- a/apps/plugins/pong.c +++ b/apps/plugins/pong.c @@ -47,14 +47,6 @@ #define PONG_RIGHT_UP BUTTON_F3 #define PONG_RIGHT_DOWN BUTTON_RIGHT -#elif CONFIG_KEYPAD == ARCHOS_AV300_PAD -#define PONG_QUIT BUTTON_OFF -#define PONG_PAUSE BUTTON_ON -#define PONG_LEFT_UP BUTTON_F1 -#define PONG_LEFT_DOWN BUTTON_LEFT -#define PONG_RIGHT_UP BUTTON_F3 -#define PONG_RIGHT_DOWN BUTTON_RIGHT - #elif CONFIG_KEYPAD == ONDIO_PAD #define PONG_QUIT BUTTON_OFF #define PONG_PAUSE BUTTON_RIGHT -- cgit v1.2.3