mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_sm6250-common.git
synced 2025-05-03 04:27:16 +09:00
sm6250-common: overlay: Increase vibration pattern strength
Current values from Marlin are really weak Change-Id: I01140ec00de8c8f1d67e620e6f39df6ac624394d
This commit is contained in:
parent
20ba6dccfc
commit
0f64df3dba
@ -636,19 +636,19 @@
|
|||||||
<!-- Vibrator pattern for feedback about a long screen/key press -->
|
<!-- Vibrator pattern for feedback about a long screen/key press -->
|
||||||
<integer-array name="config_longPressVibePattern">
|
<integer-array name="config_longPressVibePattern">
|
||||||
<item>0</item>
|
<item>0</item>
|
||||||
<item>7</item>
|
<item>14</item>
|
||||||
<item>10</item>
|
<item>20</item>
|
||||||
</integer-array>
|
</integer-array>
|
||||||
|
|
||||||
<!-- Vibrator pattern for feedback about touching a virtual key -->
|
<!-- Vibrator pattern for feedback about touching a virtual key -->
|
||||||
<integer-array name="config_virtualKeyVibePattern">
|
<integer-array name="config_virtualKeyVibePattern">
|
||||||
<item>0</item>
|
<item>0</item>
|
||||||
<item>5</item>
|
|
||||||
<item>10</item>
|
<item>10</item>
|
||||||
|
<item>20</item>
|
||||||
</integer-array>
|
</integer-array>
|
||||||
|
|
||||||
<!-- Vibrator pattern for a very short but reliable vibration for soft keyboard tap -->
|
<!-- Vibrator pattern for a very short but reliable vibration for soft keyboard tap -->
|
||||||
<integer-array name="config_keyboardTapVibePattern">
|
<integer-array name="config_keyboardTapVibePattern">
|
||||||
<item>10</item>
|
<item>20</item>
|
||||||
</integer-array>
|
</integer-array>
|
||||||
</resources>
|
</resources>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user