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 --- converter/ps2_usb/config.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'converter/ps2_usb') diff --git a/converter/ps2_usb/config.h b/converter/ps2_usb/config.h index 4a2d1fc47b..6fbf13665f 100644 --- a/converter/ps2_usb/config.h +++ b/converter/ps2_usb/config.h @@ -39,12 +39,6 @@ along with this program. If not, see . ) -/* mouse keys */ -#ifdef MOUSEKEY_ENABLE -# define MOUSEKEY_DELAY_TIME 255 -#endif - - #ifdef PS2_USE_USART #if defined(__AVR_ATmega16U4__) || defined(__AVR_ATmega32U4__) /* XCK for clock line and RXD for data line */ -- cgit v1.2.3