diff --git a/config.def.h b/config.def.h index cc69a5b4a0..ba04fd8a96 100644 --- a/config.def.h +++ b/config.def.h @@ -1685,13 +1685,17 @@ /* Only applies to Android 7.0 (API 24) and up */ #define DEFAULT_SUSTAINED_PERFORMANCE_MODE false -#if defined(ANDROID) +#if defined(ANDROID) || defined(IOS) #define DEFAULT_VIBRATE_ON_KEYPRESS true #else #define DEFAULT_VIBRATE_ON_KEYPRESS false #endif +#if defined(IOS) +#define DEFAULT_ENABLE_DEVICE_VIBRATION true +#else #define DEFAULT_ENABLE_DEVICE_VIBRATION false +#endif /* Defines the strength of rumble effects * on OpenDingux devices */