rockbox/firmware/target/arm/sandisk/sansa-e200/button-target.h

8 lines
182 B
C
Raw Normal View History

#define BUTTON_POWER 0x00000001
#define BUTTON_LEFT 0x00000002
#define BUTTON_RIGHT 0x00000004
#define POWEROFF_BUTTON BUTTON_POWER
#define POWEROFF_COUNT 40