diff options
author | tmk <nobody@nowhere> | 2013-10-28 11:32:19 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2013-10-28 11:32:19 +0900 |
commit | ee109d68d6ba592ab64e334b9650df14a0564364 (patch) | |
tree | ee3e5cc3616ec04b0aa25778899f549596bec76a /converter | |
parent | c18c52f551545b46a28902c69730eefbdb75577d (diff) | |
download | qmk_firmware-ee109d68d6ba592ab64e334b9650df14a0564364.tar.gz qmk_firmware-ee109d68d6ba592ab64e334b9650df14a0564364.zip |
Delete MOUSEKEY_DELAY_TIME in config.h
Diffstat (limited to 'converter')
-rw-r--r-- | converter/adb_usb/config.h | 6 | ||||
-rw-r--r-- | converter/news_usb/config_pjrc.h | 6 | ||||
-rw-r--r-- | converter/ps2_usb/config.h | 6 |
3 files changed, 0 insertions, 18 deletions
diff --git a/converter/adb_usb/config.h b/converter/adb_usb/config.h index 4ce27bbfeb..5ce5c22159 100644 --- a/converter/adb_usb/config.h +++ b/converter/adb_usb/config.h @@ -44,12 +44,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define USE_LEGACY_KEYMAP -/* mouse keys */ -#ifdef MOUSEKEY_ENABLE -# define MOUSEKEY_DELAY_TIME 192 -#endif - - /* ADB port setting */ #define ADB_PORT PORTD #define ADB_PIN PIND diff --git a/converter/news_usb/config_pjrc.h b/converter/news_usb/config_pjrc.h index 92751d1eea..adce014c9e 100644 --- a/converter/news_usb/config_pjrc.h +++ b/converter/news_usb/config_pjrc.h @@ -42,12 +42,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. ) -/* mouse keys */ -#ifdef MOUSEKEY_ENABLE -# define MOUSEKEY_DELAY_TIME 255 -#endif - - /* Asynchronous USART * 8-data bit, non parity, 1-stop bit, no flow control */ 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 <http://www.gnu.org/licenses/>. ) -/* 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 */ |