For some reason, this makes the movement of the mouse pointer very slow and makes it jump from time to time, so I ended up adding INTERRUPT_KEY_SCANNER and disabling the timer interrupt. Also double bufferred the mouse report just like the others. Unfortunately this does not affect this issue.
11 lines
161 B
C
11 lines
161 B
C
#ifndef __CONFIG_H__
|
|
#define __CONFIG_H__
|
|
|
|
// Macros:
|
|
|
|
#define I2C_WATCHDOG
|
|
// #define INTERRUPT_KEY_SCANNER
|
|
// #define LED_DRIVER_STRESS_TEST
|
|
|
|
#endif
|