Skip to content

Commit

Permalink
Merge pull request #6 from Dygmalab/fix-mouse-movement
Browse files Browse the repository at this point in the history
Changes to mouse movement to make it usable
  • Loading branch information
AlexDygma authored Oct 30, 2020
2 parents 3c6308d + 263ccee commit 907254f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Raise-Firmware.ino
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,13 @@ void setup() {

EEPROMUpgrade.reserveStorage();
EEPROMUpgrade.upgrade();

// Custom parameters for Mouse plugin
MouseKeys.speed = 25;
MouseKeys.speedDelay = 1;
MouseKeys.accelSpeed = 75;
MouseKeys.accelDelay = 400;
MouseKeys.setSpeedLimit(176);
}

void loop() {
Expand Down

0 comments on commit 907254f

Please sign in to comment.