summaryrefslogtreecommitdiff
path: root/firmware/target/arm/as3525/sansa-fuze/button-target.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/as3525/sansa-fuze/button-target.h')
-rw-r--r--firmware/target/arm/as3525/sansa-fuze/button-target.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/firmware/target/arm/as3525/sansa-fuze/button-target.h b/firmware/target/arm/as3525/sansa-fuze/button-target.h
index 2cee93723e..1bcc739413 100644
--- a/firmware/target/arm/as3525/sansa-fuze/button-target.h
+++ b/firmware/target/arm/as3525/sansa-fuze/button-target.h
@@ -22,14 +22,8 @@
22#ifndef _BUTTON_TARGET_H_ 22#ifndef _BUTTON_TARGET_H_
23#define _BUTTON_TARGET_H_ 23#define _BUTTON_TARGET_H_
24 24
25#include <stdbool.h>
26#include "config.h"
27
28#define HAS_BUTTON_HOLD 25#define HAS_BUTTON_HOLD
29 26
30void button_init_device(void);
31bool button_hold(void);
32int button_read_device(void);
33unsigned short button_read_dbop(void); 27unsigned short button_read_dbop(void);
34#define get_scrollwheel button_read_dbop 28#define get_scrollwheel button_read_dbop
35 29
@@ -61,9 +55,6 @@ unsigned short button_read_dbop(void);
61 |BUTTON_SCROLL_BACK|BUTTON_SCROLL_FWD \ 55 |BUTTON_SCROLL_BACK|BUTTON_SCROLL_FWD \
62 |BUTTON_HOLD) 56 |BUTTON_HOLD)
63 57
64/* No Remote control */
65#define BUTTON_REMOTE 0
66
67#define POWEROFF_BUTTON BUTTON_POWER 58#define POWEROFF_BUTTON BUTTON_POWER
68#define POWEROFF_COUNT 10 59#define POWEROFF_COUNT 10
69 60