Add KEY_ROTATE_LOCK_TOGGLE, KEY_REFRESH_RATE_TOGGLE
Add definitions for these new events codes. Signed-off-by: Gergo Koteles <soyer@irl.hu>
This commit is contained in:
parent
b2a7e73816
commit
05d93e54e4
6
evtest.c
6
evtest.c
|
@ -545,6 +545,12 @@ static const char * const keys[KEY_MAX + 1] = {
|
|||
#ifdef KEY_ALS_TOGGLE
|
||||
NAME_ELEMENT(KEY_ALS_TOGGLE),
|
||||
#endif
|
||||
#ifdef KEY_ROTATE_LOCK_TOGGLE
|
||||
NAME_ELEMENT(KEY_ROTATE_LOCK_TOGGLE),
|
||||
#endif
|
||||
#ifdef KEY_REFRESH_RATE_TOGGLE
|
||||
NAME_ELEMENT(KEY_REFRESH_RATE_TOGGLE),
|
||||
#endif
|
||||
#ifdef KEY_BUTTONCONFIG
|
||||
NAME_ELEMENT(KEY_BUTTONCONFIG),
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue