From ee109d68d6ba592ab64e334b9650df14a0564364 Mon Sep 17 00:00:00 2001 From: tmk Date: Mon, 28 Oct 2013 11:32:19 +0900 Subject: Delete MOUSEKEY_DELAY_TIME in config.h --- keyboard/IIgs/config.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'keyboard/IIgs') diff --git a/keyboard/IIgs/config.h b/keyboard/IIgs/config.h index 0039cb48b5..842e404f9f 100644 --- a/keyboard/IIgs/config.h +++ b/keyboard/IIgs/config.h @@ -56,10 +56,4 @@ along with this program. If not, see . #define LAYER_SEND_FN_TERM 300 -/* mouse keys */ -#ifdef MOUSEKEY_ENABLE -# define MOUSEKEY_DELAY_TIME 192 -#endif - - #endif -- cgit v1.2.3