hm60x: Add support for plugins.

Change-Id: I4cad0881c8249f163680a280f70d1a0b36248da8
This commit is contained in:
Andrew Ryabinin 2012-03-23 22:32:50 +04:00
parent 8187d8d5d1
commit 397863ab3d
51 changed files with 492 additions and 3 deletions

View file

@ -253,6 +253,14 @@ CONFIG_KEYPAD == MROBE500_PAD
#define PONG_RIGHT_UP BUTTON_MENU
#define PONG_RIGHT_DOWN BUTTON_POWER
#elif (CONFIG_KEYPAD == HM60X_PAD)
#define PONG_QUIT BUTTON_POWER
#define PONG_PAUSE BUTTON_SELECT
#define PONG_LEFT_UP BUTTON_UP
#define PONG_LEFT_DOWN BUTTON_DOWN
#define PONG_RIGHT_UP BUTTON_RIGHT
#define PONG_RIGHT_DOWN BUTTON_LEFT
#else
#error No keymap defined!
#endif