Browse Source

Fix Kinetic speed condition (#12139)

pull/12380/head 0.12.26
즈눅 3 years ago
committed by GitHub
parent
commit
816f2f9cc2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      quantum/mousekey.c

+ 1
- 1
quantum/mousekey.c View File

@ -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


Loading…
Cancel
Save