diff options
author | Nils Wallménius <nils@rockbox.org> | 2008-11-08 20:13:29 +0000 |
---|---|---|
committer | Nils Wallménius <nils@rockbox.org> | 2008-11-08 20:13:29 +0000 |
commit | 6f73ebeb9d19ecc25c363d04f77b5b58a53266d6 (patch) | |
tree | 7d31b0fdfb21fa2a552a9d395b974c39cbcd928b /apps/features.txt | |
parent | 3952e6d008ce429d78740363bf2ec76b89f825ee (diff) | |
download | rockbox-6f73ebeb9d19ecc25c363d04f77b5b58a53266d6.tar.gz rockbox-6f73ebeb9d19ecc25c363d04f77b5b58a53266d6.tar.bz2 rockbox-6f73ebeb9d19ecc25c363d04f77b5b58a53266d6.zip |
Introduce 'features' for button light and button light brighness, delete a couple of empty strings in translations, some neccesary reordering of strings to match them correctly
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19037 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/features.txt')
-rw-r--r-- | apps/features.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/features.txt b/apps/features.txt index 84edad1a61..118465a535 100644 --- a/apps/features.txt +++ b/apps/features.txt @@ -28,6 +28,14 @@ backlight_fade battery_types #endif +#if defined(HAVE_BUTTON_LIGHT) +button_light +#endif + +#if defined(HAVE_BUTTONLIGHT_BRIGHTNESS) +buttonlight_brightness +#endif + #if defined(HAVE_DIRCACHE) dircache #endif |