diff options
Diffstat (limited to 'apps/settings.h')
| -rw-r--r-- | apps/settings.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h index e901814..f9ee1df 100644 --- a/apps/settings.h +++ b/apps/settings.h @@ -731,8 +731,10 @@ struct user_settings #ifdef HAVE_BUTTONLIGHT_BRIGHTNESS int buttonlight_brightness; #endif +#ifndef HAVE_SCROLLWHEEL int list_accel_start_delay; /* ms before we start increaseing step size */ int list_accel_wait; /* ms between increases */ +#endif }; /** global variables **/ |