1
0
Fork 0
forked from len0rd/rockbox

fuze+: add lamp keymap

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30650 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Amaury Pouly 2011-10-02 15:51:02 +00:00
parent 6a385d7baa
commit cb14a80aa1

View file

@ -134,6 +134,12 @@
# define LAMP_UP BUTTON_UP
# define LAMP_DOWN BUTTON_DOWN
#elif CONFIG_KEYPAD == SANSA_FUZEPLUS_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