diff options
| author | Jules Aguillon | 2023-08-02 21:02:07 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2023-08-02 21:02:07 +0200 |
| commit | 4abea0e8780f0a501706db555665ac951e82aaf9 (patch) | |
| tree | 9de88b11fada43463d5b6b609a546a4196b535e5 /srcs/juloo.keyboard2 | |
| parent | be97364b3447ab088a78d3177638ce691fc7228f (diff) | |
| download | unexpected-keyboard-4abea0e8780f0a501706db555665ac951e82aaf9.tar.gz unexpected-keyboard-4abea0e8780f0a501706db555665ac951e82aaf9.zip | |
Settings: Increase vibration values
Diffstat (limited to 'srcs/juloo.keyboard2')
| -rw-r--r-- | srcs/juloo.keyboard2/VibratorCompat.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/srcs/juloo.keyboard2/VibratorCompat.java b/srcs/juloo.keyboard2/VibratorCompat.java index bfae3f3..2795c71 100644 --- a/srcs/juloo.keyboard2/VibratorCompat.java +++ b/srcs/juloo.keyboard2/VibratorCompat.java @@ -20,13 +20,13 @@ public final class VibratorCompat HapticFeedbackConstants.FLAG_IGNORE_VIEW_SETTING); break; case STRONG: - vibrator_vibrate(v, 60); + vibrator_vibrate(v, 90); break; case MEDIUM: - vibrator_vibrate(v, 30); + vibrator_vibrate(v, 45); break; case LIGHT: - vibrator_vibrate(v, 15); + vibrator_vibrate(v, 20); break; } } |
