aboutsummaryrefslogtreecommitdiff
path: root/keyboard/hhkb
diff options
context:
space:
mode:
Diffstat (limited to 'keyboard/hhkb')
-rw-r--r--keyboard/hhkb/config.h2
-rw-r--r--keyboard/hhkb/config_vusb.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/keyboard/hhkb/config.h b/keyboard/hhkb/config.h
index e10a7ab37..cca75f243 100644
--- a/keyboard/hhkb/config.h
+++ b/keyboard/hhkb/config.h
@@ -42,7 +42,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
42 42
43/* mouse keys */ 43/* mouse keys */
44#ifdef MOUSEKEY_ENABLE 44#ifdef MOUSEKEY_ENABLE
45# define MOUSEKEY_DELAY_TIME 192 45# define MOUSEKEY_DELAY_TIME 100
46#endif 46#endif
47 47
48 48
diff --git a/keyboard/hhkb/config_vusb.h b/keyboard/hhkb/config_vusb.h
index b85e16fa3..44d5e4557 100644
--- a/keyboard/hhkb/config_vusb.h
+++ b/keyboard/hhkb/config_vusb.h
@@ -37,7 +37,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
37 37
38/* mouse keys */ 38/* mouse keys */
39#ifdef MOUSEKEY_ENABLE 39#ifdef MOUSEKEY_ENABLE
40# define MOUSEKEY_DELAY_TIME 255 40# define MOUSEKEY_DELAY_TIME 100
41#endif 41#endif
42 42
43 43