This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\def\mySet#1#2{\expandafter\def\csname myDef@#1\endcsname{#2}} | |
\def\mySetE#1#2{\expandafter\edef\csname myDef@#1\endcsname{#2}} | |
\def\myGet#1{\csname myDef@#1\endcsname} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/quantum/mousekey.c b/quantum/mousekey.c | |
index df8aa613be..7e451c517a 100644 | |
--- a/quantum/mousekey.c | |
+++ b/quantum/mousekey.c | |
@@ -35,7 +35,8 @@ static inline int8_t times_inv_sqrt2(int8_t x) { | |
static report_mouse_t mouse_report = {0}; | |
static void mousekey_debug(void); | |
static uint8_t mousekey_accel = 0; | |
-static uint8_t mousekey_repeat = 0; | |
+static uint8_t mousekey_repeat_x = 0; |
OlderNewer