Skip to content

Commit

Permalink
increased trackpoint polling interval to 20ms
Browse files Browse the repository at this point in the history
  • Loading branch information
alonswartz committed Apr 19, 2017
1 parent a5c7dc8 commit 1de1336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmk_core/common/keyboard.c
Expand Up @@ -45,7 +45,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

#ifdef PS2_MOUSE_ENABLE
static uint32_t ps2_mouse_poll_time = 0;
static int ps2_mouse_poll_interval = 10; // milliseconds
static int ps2_mouse_poll_interval = 20; // milliseconds
#endif

#ifdef MATRIX_HAS_GHOST
Expand Down

0 comments on commit 1de1336

Please sign in to comment.