From d5e6bc7a8c413218ec1372fd54157e9639ab67b4 Mon Sep 17 00:00:00 2001 From: Jeffrey Goode Date: Thu, 1 Apr 2010 03:14:44 +0000 Subject: FS#11081 - Hotkey patch. Many targets supported, but some keymaps need work before they can be switched on git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25414 a1c6a512-1295-4272-9138-f99709370657 --- apps/features.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/features.txt') diff --git a/apps/features.txt b/apps/features.txt index af0da5b355..0bfe695aeb 100644 --- a/apps/features.txt +++ b/apps/features.txt @@ -70,6 +70,10 @@ hold_button remote_button_hold #endif +#if defined(HAVE_HOTKEY) +hotkey +#endif + #if defined(HAVE_LCD_BITMAP) lcd_bitmap #endif -- cgit