mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 03:19:24 +00:00
8 lines
115 B
C
8 lines
115 B
C
#pragma once
|
|
|
|
// #define TAPPING_TERM 150
|
|
|
|
#if defined(MOUSE_KEYS)
|
|
# define MOUSEKEY_WHEEL_TIME_TO_MAX 1
|
|
#endif
|