sm6225-common: overlay: Update vibration patterns from rhode
- values from rhode user-12-S1SRS32.38-132-8 - devon and rhode both have the same value. hawao doesn't have any values in the stock. so let's use this. Change-Id: I490fa026328bc61a5d4cfd30d0ad631193af9cff
This commit is contained in:
parent
7a07c45a14
commit
7ad155b0de
1 changed files with 7 additions and 1 deletions
|
@ -243,10 +243,16 @@
|
|||
on the headphone/microphone jack. When false use the older uevent framework -->
|
||||
<bool name="config_useDevInputEventForAudioJack">true</bool>
|
||||
|
||||
<!-- Vibrator pattern for feedback about a long screen/key press -->
|
||||
<integer-array name="config_longPressVibePattern">
|
||||
<item>0</item>
|
||||
<item>60</item>
|
||||
</integer-array>
|
||||
|
||||
<!-- Vibrator pattern for feedback about touching a virtual key -->
|
||||
<integer-array name="config_virtualKeyVibePattern">
|
||||
<item>0</item>
|
||||
<item>26</item>
|
||||
<item>50</item>
|
||||
</integer-array>
|
||||
|
||||
<!-- Array of output values for LCD backlight corresponding to the lux values
|
||||
|
|
Loading…
Reference in a new issue