瀏覽代碼

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 */
 #    else /* #ifndef MK_COMBINED */
-#        ifndef MK_KINETIC_SPEED
+#        ifdef MK_KINETIC_SPEED
 
 
 /*
 /*
  * Kinetic movement  acceleration algorithm
  * Kinetic movement  acceleration algorithm