mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-23 08:56:47 +06: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
|