Mouse wheel too fast

This commit is contained in:
Matthias Fulz 2022-08-30 10:56:04 +02:00
parent fc450f4de0
commit b417f04f85
1 changed files with 2 additions and 1 deletions

View File

@ -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