Skip to content

Commit

Permalink
Merge pull request #203 from espidev/work/devinlin/vibration
Browse files Browse the repository at this point in the history
Change vibration duration to 10ms
  • Loading branch information
dobey authored Nov 30, 2023
2 parents 8b709f4 + ba12220 commit 74f3b0b
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 74f3b0b

Please sign in to comment.