From 42ea60e459cfd61568df1a256e6f081b61932d60 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 15 Dec 2003 13:14:23 +0000 Subject: Without having a clue about the actual platform, I hereby announce that the Neo players' "select" button works as the "ON" button does on the Archos players. I thus #define BUTTON_ON to the select one, to make the code all over automaticly adjust to this fact. If the select key turns out to be a bad choice, it should be easy to change here to a more suitable key. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4157 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/button.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'firmware') diff --git a/firmware/export/button.h b/firmware/export/button.h index d6503d93b7..8500adaeb8 100644 --- a/firmware/export/button.h +++ b/firmware/export/button.h @@ -40,6 +40,9 @@ int button_get_w_tmo(int ticks); #define BUTTON_RIGHT 0x0002 #define BUTTON_SELECT 0x0040 + +#define BUTTON_ON BUTTON_SELECT + #define BUTTON_PROGRAM 0x0020 #define BUTTON_MENU 0x0004 #define BUTTON_PLAY 0x0008 -- cgit v1.2.3