1
0
Fork 0
forked from len0rd/rockbox

Add initial plugin keymaps for M:robe 500

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20765 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Karl Kurbjun 2009-04-21 04:24:16 +00:00
parent 7f94a9d02f
commit 4855006aab
31 changed files with 99 additions and 21 deletions

View file

@ -380,6 +380,11 @@ PLUGIN_HEADER
#define SOKOBAN_MENU BUTTON_MENU
#define SOKOBAN_MENU_NAME "[MENU]"
#elif CONFIG_KEYPAD == MROBE500_PAD
#define SOKOBAN_MENU BUTTON_POWER
#define SOKOBAN_MENU_NAME "[POWER]"
#else
#error No keymap defined!
#endif