forked from mfulz_github/qmk_firmware
Mouse wheel too fast
This commit is contained in:
parent
fc450f4de0
commit
b417f04f85
|
@ -21,7 +21,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#include "config_common.h"
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0x44FD
|
||||
#define VENDOR_ID 0x44FD
|
||||
#define MANUFACTURER mfulz
|
||||
|
||||
/* mouse config */
|
||||
|
@ -30,6 +30,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
//#define MOUSEKEY_TIME_TO_MAX 60
|
||||
//#define MOUSEKEY_MAX_SPEED 7
|
||||
//#define MOUSEKEY_WHEEL_DELAY 0
|
||||
#define MOUSEKEY_WHEEL_INTERVAL 120
|
||||
|
||||
/* Set 0 if debouncing isn't needed */
|
||||
#define DEBOUNCE 5
|
||||
|
|
Loading…
Reference in New Issue