summaryrefslogtreecommitdiff
path: root/firmware/drivers/button.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/button.h')
-rw-r--r--firmware/drivers/button.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/drivers/button.h b/firmware/drivers/button.h
index 035fedd739..6563f1bc41 100644
--- a/firmware/drivers/button.h
+++ b/firmware/drivers/button.h
@@ -38,6 +38,10 @@ int button_set_release(int newmask);
38#define BUTTON_LEFT 0x0040 38#define BUTTON_LEFT 0x0040
39#define BUTTON_RIGHT 0x0080 39#define BUTTON_RIGHT 0x0080
40 40
41/* remote control buttons */
42#define BUTTON_VOL_UP 0x1000
43#define BUTTON_VOL_DOWN 0x1001
44
41/* Button modifiers */ 45/* Button modifiers */
42#define BUTTON_REPEAT 0x4000 46#define BUTTON_REPEAT 0x4000
43#define BUTTON_REL 0x8000 47#define BUTTON_REL 0x8000