aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--converter/adb_usb/config.h6
-rw-r--r--converter/news_usb/config_pjrc.h6
-rw-r--r--converter/ps2_usb/config.h6
-rw-r--r--keyboard/IIgs/config.h6
-rw-r--r--keyboard/hhkb/config_iwrap.h5
-rw-r--r--keyboard/hhkb/config_vusb.h6
6 files changed, 0 insertions, 35 deletions
diff --git a/converter/adb_usb/config.h b/converter/adb_usb/config.h
index 4ce27bbfe..5ce5c2215 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/>.
44#define USE_LEGACY_KEYMAP 44#define USE_LEGACY_KEYMAP
45 45
46 46
47/* mouse keys */
48#ifdef MOUSEKEY_ENABLE
49# define MOUSEKEY_DELAY_TIME 192
50#endif
51
52
53/* ADB port setting */ 47/* ADB port setting */
54#define ADB_PORT PORTD 48#define ADB_PORT PORTD
55#define ADB_PIN PIND 49#define ADB_PIN PIND
diff --git a/converter/news_usb/config_pjrc.h b/converter/news_usb/config_pjrc.h
index 92751d1ee..adce014c9 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/>.
42) 42)
43 43
44 44
45/* mouse keys */
46#ifdef MOUSEKEY_ENABLE
47# define MOUSEKEY_DELAY_TIME 255
48#endif
49
50
51/* Asynchronous USART 45/* Asynchronous USART
52 * 8-data bit, non parity, 1-stop bit, no flow control 46 * 8-data bit, non parity, 1-stop bit, no flow control
53 */ 47 */
diff --git a/converter/ps2_usb/config.h b/converter/ps2_usb/config.h
index 4a2d1fc47..6fbf13665 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/>.
39) 39)
40 40
41 41
42/* mouse keys */
43#ifdef MOUSEKEY_ENABLE
44# define MOUSEKEY_DELAY_TIME 255
45#endif
46
47
48#ifdef PS2_USE_USART 42#ifdef PS2_USE_USART
49#if defined(__AVR_ATmega16U4__) || defined(__AVR_ATmega32U4__) 43#if defined(__AVR_ATmega16U4__) || defined(__AVR_ATmega32U4__)
50/* XCK for clock line and RXD for data line */ 44/* XCK for clock line and RXD for data line */
diff --git a/keyboard/IIgs/config.h b/keyboard/IIgs/config.h
index 0039cb48b..842e404f9 100644
--- a/keyboard/IIgs/config.h
+++ b/keyboard/IIgs/config.h
@@ -56,10 +56,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
56#define LAYER_SEND_FN_TERM 300 56#define LAYER_SEND_FN_TERM 300
57 57
58 58
59/* mouse keys */
60#ifdef MOUSEKEY_ENABLE
61# define MOUSEKEY_DELAY_TIME 192
62#endif
63
64
65#endif 59#endif
diff --git a/keyboard/hhkb/config_iwrap.h b/keyboard/hhkb/config_iwrap.h
index 80a608882..747c75513 100644
--- a/keyboard/hhkb/config_iwrap.h
+++ b/keyboard/hhkb/config_iwrap.h
@@ -34,11 +34,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
34/* key combination for command */ 34/* key combination for command */
35#define IS_COMMAND() (keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT))) 35#define IS_COMMAND() (keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)))
36 36
37/* mouse keys */
38#ifdef MOUSEKEY_ENABLE
39# define MOUSEKEY_DELAY_TIME 255
40#endif
41
42/* pins for Software UART */ 37/* pins for Software UART */
43#define SUART_IN_PIN PINC 38#define SUART_IN_PIN PINC
44#define SUART_IN_BIT 5 39#define SUART_IN_BIT 5
diff --git a/keyboard/hhkb/config_vusb.h b/keyboard/hhkb/config_vusb.h
index 37d3e4f22..44f7acd6c 100644
--- a/keyboard/hhkb/config_vusb.h
+++ b/keyboard/hhkb/config_vusb.h
@@ -35,10 +35,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
35/* key combination for command */ 35/* key combination for command */
36#define IS_COMMAND() (keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT))) 36#define IS_COMMAND() (keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)))
37 37
38/* mouse keys */
39#ifdef MOUSEKEY_ENABLE
40# define MOUSEKEY_DELAY_TIME 100
41#endif
42
43
44#endif 38#endif