From 816f2f9cc234b5a98512a483b2781b1c2875f24f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=A6=88=EB=88=85?= Date: Thu, 25 Mar 2021 21:11:16 +0900 Subject: [PATCH] Fix Kinetic speed condition (#12139) --- quantum/mousekey.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quantum/mousekey.c b/quantum/mousekey.c index 63e74baa9..99bfd6b96 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