mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-10 22:19:29 +00:00
Fix Kinetic speed condition (#12139)
This commit is contained in:
parent
666623d39a
commit
816f2f9cc2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue