Skip to content

Commit

Permalink
Change vibration duration to 10ms
Browse files Browse the repository at this point in the history
  • Loading branch information
espidev authored Nov 23, 2023
1 parent 8b709f4 commit ba12220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin/feedback.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Feedback::Feedback(const KeyboardSettings *settings)
m_pressEffect->setAttackIntensity(0.0);
m_pressEffect->setAttackTime(50);
m_pressEffect->setIntensity(0.5);
m_pressEffect->setDuration(100);
m_pressEffect->setDuration(10);
m_pressEffect->setFadeTime(50);
m_pressEffect->setFadeIntensity(0.0);
#endif
Expand Down

0 comments on commit ba12220

Please sign in to comment.