1
0
Fork 0
forked from len0rd/rockbox

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

@ -1210,6 +1210,14 @@ CONFIG_KEYPAD == MROBE500_PAD
#define CHIP8_KEY8 BUTTON_POWER
#define CHIP8_KEY9 BUTTON_USER
#elif (CONFIG_KEYPAD == HM60X_PAD)
#define CHIP8_OFF BUTTON_POWER
#define CHIP8_KEY2 BUTTON_UP
#define CHIP8_KEY4 BUTTON_DOWN
#define CHIP8_KEY5 BUTTON_SELECT
#define CHIP8_KEY6 BUTTON_RIGHT
#define CHIP8_KEY8 BUTTON_LEFT
#else
#error No keymap defined!
#endif