summaryrefslogtreecommitdiff
path: root/converter/adb_usb/config.h
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2013-10-28 11:32:19 +0900
committertmk <nobody@nowhere>2013-10-28 11:32:19 +0900
commitee109d68d6ba592ab64e334b9650df14a0564364 (patch)
treeee3e5cc3616ec04b0aa25778899f549596bec76a /converter/adb_usb/config.h
parentc18c52f551545b46a28902c69730eefbdb75577d (diff)
Delete MOUSEKEY_DELAY_TIME in config.h
Diffstat (limited to 'converter/adb_usb/config.h')
-rw-r--r--converter/adb_usb/config.h6
1 files changed, 0 insertions, 6 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