menu: add reset hotkey

This commit is contained in:
notaz 2017-10-03 23:00:39 +03:00
parent e42a47e208
commit 9db6a54485
6 changed files with 9 additions and 2 deletions

View file

@ -28,6 +28,7 @@
#define PEVB_PICO_PNEXT 21
#define PEVB_PICO_PPREV 20
#define PEVB_PICO_SWINP 19
#define PEVB_RESET 18
#define PEV_VOL_DOWN (1 << PEVB_VOL_DOWN)
#define PEV_VOL_UP (1 << PEVB_VOL_UP)
@ -41,7 +42,8 @@
#define PEV_PICO_PNEXT (1 << PEVB_PICO_PNEXT)
#define PEV_PICO_PPREV (1 << PEVB_PICO_PPREV)
#define PEV_PICO_SWINP (1 << PEVB_PICO_SWINP)
#define PEV_RESET (1 << PEVB_RESET)
#define PEV_MASK 0x7ff80000
#define PEV_MASK 0x7ffc0000
#endif /* INCLUDE_c48097f3ff2a6a9af1cce8fd7a9b3f0c */