From 5b00cf3f024a09d834d125374d93cacc269f84ba Mon Sep 17 00:00:00 2001 From: tmk Date: Wed, 10 Oct 2012 11:06:47 +0900 Subject: Fix build option MOUSEKEY_ENABLE. --- keyboard/hhkb/config.h | 2 +- keyboard/hhkb/config_vusb.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'keyboard/hhkb') 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 . /* mouse keys */ #ifdef MOUSEKEY_ENABLE -# define MOUSEKEY_DELAY_TIME 192 +# define MOUSEKEY_DELAY_TIME 100 #endif 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 . /* mouse keys */ #ifdef MOUSEKEY_ENABLE -# define MOUSEKEY_DELAY_TIME 255 +# define MOUSEKEY_DELAY_TIME 100 #endif -- cgit v1.2.3