abouttreesummaryrefslogcommitdiff
path: root/srcs/juloo.keyboard2/VibratorCompat.java
AgeCommit message (Collapse)AuthorFilesLines
2023-06-04Increase vibration valuesJules Aguillon1-3/+3
2023-06-03More control over vibrationJules Aguillon1-0/+81
The newer haptic feedback API that is used instead of the vibrator service since ef03dfe doesn't work for everyone. The new vibration option allow to choose both the newer API ("system") and the older API ("strong", "medium", "light").