Skip to content

Commit

Permalink
Update Space_Mouse.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
llooo7 committed Feb 4, 2022
1 parent 54609fc commit 3e90714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Space_Mouse/Space_Mouse.ino
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ void loop() {

// if(!isPanning) Keyboard.press(MODIFIERKEY_SHIFT);

if(yValue < 0) {
if(yValue < -2) {
yValue *= 2;
}
/*
Expand Down

0 comments on commit 3e90714

Please sign in to comment.