소스 검색

Fix Kinetic speed condition (#12139)

즈눅 4 년 전
부모
커밋
816f2f9cc2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      quantum/mousekey.c

+ 1 - 1
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