summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/export/button.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/button.h b/firmware/export/button.h
index d6503d9..8500ada 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