summaryrefslogtreecommitdiff
path: root/keyboard/hhkb/config.h
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2012-10-10 11:06:47 +0900
committertmk <nobody@nowhere>2012-10-17 15:55:37 +0900
commit5b00cf3f024a09d834d125374d93cacc269f84ba (patch)
tree7fedf2e3451db534aec309207323eb26ba58de6e /keyboard/hhkb/config.h
parent71ac82337f803e8ec0c081b3221ac0ccf61035b0 (diff)
Fix build option MOUSEKEY_ENABLE.
Diffstat (limited to 'keyboard/hhkb/config.h')
-rw-r--r--keyboard/hhkb/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboard/hhkb/config.h b/keyboard/hhkb/config.h
index e10a7ab37f..cca75f2434 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/>.
/* mouse keys */
#ifdef MOUSEKEY_ENABLE
-# define MOUSEKEY_DELAY_TIME 192
+# define MOUSEKEY_DELAY_TIME 100
#endif