rk: key.h add EV_ENCALL EV_MENU PRESS_LEV_LOW/HIGH define

This commit is contained in:
黄涛
2012-12-17 15:31:03 +08:00
parent 405d7b87de
commit d52f15b1b8

View File

@@ -8,6 +8,12 @@
#define ADC_SAMPLE_TIME 100
#define EV_ENCALL KEY_F4
#define EV_MENU KEY_F1
#define PRESS_LEV_LOW 1
#define PRESS_LEV_HIGH 0
struct rk29_keys_button {
int code;
int code_long_press;