diff options
author | QMK Bot <hello@qmk.fm> | 2021-03-25 12:11:36 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-03-25 12:11:36 +0000 |
commit | 2df1b124a72fa02bfa5cb0db9752a64097b5ff9e (patch) | |
tree | 6d6c311765c81910592dc356da1074d34d04a4f0 /quantum | |
parent | f2729e897400fa4c7f1f1e18780db7718b9ae7a6 (diff) | |
parent | 816f2f9cc234b5a98512a483b2781b1c2875f24f (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'quantum')
-rw-r--r-- | quantum/mousekey.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/mousekey.c b/quantum/mousekey.c index 63e74baa93..99bfd6b96f 100644 --- a/quantum/mousekey.c +++ b/quantum/mousekey.c @@ -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 |