]> git.donarmstrong.com Git - tmk_firmware.git/commitdiff
Delete MOUSEKEY_DELAY_TIME in config.h
authortmk <nobody@nowhere>
Mon, 28 Oct 2013 02:32:19 +0000 (11:32 +0900)
committertmk <nobody@nowhere>
Mon, 28 Oct 2013 02:32:19 +0000 (11:32 +0900)
converter/adb_usb/config.h
converter/news_usb/config_pjrc.h
converter/ps2_usb/config.h
keyboard/IIgs/config.h
keyboard/hhkb/config_iwrap.h
keyboard/hhkb/config_vusb.h

index 4ce27bbfeb1ae00fa8a99ac4963a7920a36f15fb..5ce5c22159481f81b3b58c498d8fb8464d3d7fd0 100644 (file)
@@ -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
index 92751d1eeaa3e79a442b71418e38193cc5e1533d..adce014c9e408ddc9b457feb3812541fdc2775b6 100644 (file)
@@ -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
  */
index 4a2d1fc47b8a4fefe5c157eb5a14adf1a36cb174..6fbf13665fe070530b3cef9115aa02c748f951dd 100644 (file)
@@ -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 */
index 0039cb48b5bd935395b119ce23a5c23ab57c60b6..842e404f9f474a97113bf3573f61e96214f9f020 100644 (file)
@@ -56,10 +56,4 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #define LAYER_SEND_FN_TERM 300\r
 \r
 \r
-/* mouse keys */\r
-#ifdef MOUSEKEY_ENABLE\r
-#   define MOUSEKEY_DELAY_TIME 192\r
-#endif\r
-\r
-\r
 #endif\r
index 80a608882d230d58b99bfbd67e02b7093faf0da9..747c755132a21f1e8338ca277dc59e7e144307df 100644 (file)
@@ -34,11 +34,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 /* 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 255
-#endif
-
 /* pins for Software UART */
 #define SUART_IN_PIN    PINC
 #define SUART_IN_BIT    5
index 37d3e4f2287b8c0be1c8410dd9d39df0266d3697..44f7acd6cdc11bfece345ca4f231cc8145a956c9 100644 (file)
@@ -35,10 +35,4 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 /* 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