Add MOUSEKEY_WHEEL_DELTA documentation (#21493)
This commit is contained in:
parent
f651f34c73
commit
a05e5b5554
2 changed files with 4 additions and 3 deletions
|
@ -44,9 +44,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
# define MOUSEKEY_MOVE_DELTA 8
|
||||
# endif
|
||||
# endif
|
||||
# ifndef MOUSEKEY_WHEEL_DELTA
|
||||
# define MOUSEKEY_WHEEL_DELTA 1
|
||||
# endif
|
||||
# ifndef MOUSEKEY_DELAY
|
||||
# if defined(MK_KINETIC_SPEED)
|
||||
# define MOUSEKEY_DELAY 5
|
||||
|
@ -85,6 +82,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
# ifndef MOUSEKEY_WHEEL_INTERVAL
|
||||
# define MOUSEKEY_WHEEL_INTERVAL 80
|
||||
# endif
|
||||
# ifndef MOUSEKEY_WHEEL_DELTA
|
||||
# define MOUSEKEY_WHEEL_DELTA 1
|
||||
# endif
|
||||
# ifndef MOUSEKEY_WHEEL_MAX_SPEED
|
||||
# define MOUSEKEY_WHEEL_MAX_SPEED 8
|
||||
# endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue