Skip to content

Commit

Permalink
Fix Kinetic speed condition (#12139)
Browse files Browse the repository at this point in the history
  • Loading branch information
xnuk authored Mar 25, 2021
1 parent 666623d commit 816f2f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantum/mousekey.c
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ static uint8_t wheel_unit(void) {
}

# else /* #ifndef MK_COMBINED */
# ifndef MK_KINETIC_SPEED
# ifdef MK_KINETIC_SPEED

/*
* Kinetic movement acceleration algorithm
Expand Down

0 comments on commit 816f2f9

Please sign in to comment.