summaryrefslogtreecommitdiff
path: root/firmware/export/button.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/button.h')
-rw-r--r--firmware/export/button.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/firmware/export/button.h b/firmware/export/button.h
index 92c9415372..0e11da9da5 100644
--- a/firmware/export/button.h
+++ b/firmware/export/button.h
@@ -261,31 +261,6 @@ bool remote_button_hold(void);
261 261
262#define BUTTON_REMOTE 0 262#define BUTTON_REMOTE 0
263 263
264#elif CONFIG_KEYPAD == GIGABEAT_PAD
265/* Toshiba Gigabeat specific button codes */
266
267#define BUTTON_POWER 0x00000001
268#define BUTTON_MENU 0x00000002
269
270#define BUTTON_LEFT 0x00000004
271#define BUTTON_RIGHT 0x00000008
272#define BUTTON_UP 0x00000010
273#define BUTTON_DOWN 0x00000020
274
275#define BUTTON_VOL_UP 0x00000040
276#define BUTTON_VOL_DOWN 0x00000080
277
278#define BUTTON_SELECT 0x00000100
279#define BUTTON_A 0x00000200
280
281
282#define BUTTON_MAIN (BUTTON_POWER|BUTTON_MENU|BUTTON_LEFT|BUTTON_RIGHT\
283 |BUTTON_UP|BUTTON_DOWN|BUTTON_VOL_UP|BUTTON_VOL_DOWN\
284 |BUTTON_SELECT|BUTTON_A)
285
286
287#define BUTTON_REMOTE 0
288
289#elif 0 264#elif 0
290 265
291/* 266/*