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/hhkb/config_vusb.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'keyboard/hhkb/config_vusb.h') diff --git a/keyboard/hhkb/config_vusb.h b/keyboard/hhkb/config_vusb.h index 37d3e4f228..44f7acd6cd 100644 --- a/keyboard/hhkb/config_vusb.h +++ b/keyboard/hhkb/config_vusb.h @@ -35,10 +35,4 @@ along with this program. If not, see . /* key combination for command */ #define IS_COMMAND() (keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT))) -/* mouse keys */ -#ifdef MOUSEKEY_ENABLE -# define MOUSEKEY_DELAY_TIME 100 -#endif - - #endif -- cgit v1.2.3