1
0
Fork 0
forked from len0rd/rockbox

Sansa clip zip: make more plugins compile (lamp, wormlet, matrix)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30974 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Bertrik Sikken 2011-11-13 16:16:18 +00:00
parent 86e8f6ad23
commit 36d7bbbb4e
3 changed files with 18 additions and 1 deletions

View file

@ -140,6 +140,12 @@
# define LAMP_UP BUTTON_UP
# define LAMP_DOWN BUTTON_DOWN
#elif CONFIG_KEYPAD == SANSA_CLIP_PAD
# define LAMP_LEFT BUTTON_LEFT
# define LAMP_RIGHT BUTTON_RIGHT
# define LAMP_UP BUTTON_UP
# define LAMP_DOWN BUTTON_DOWN
#else
# error Missing key definitions for this keypad
#endif