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 /keyboard/IIgs/config.h | |
parent | c18c52f551545b46a28902c69730eefbdb75577d (diff) |
Delete MOUSEKEY_DELAY_TIME in config.h
Diffstat (limited to 'keyboard/IIgs/config.h')
-rw-r--r-- | keyboard/IIgs/config.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/keyboard/IIgs/config.h b/keyboard/IIgs/config.h index 0039cb48b5..842e404f9f 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/>. #define LAYER_SEND_FN_TERM 300
-/* mouse keys */
-#ifdef MOUSEKEY_ENABLE
-# define MOUSEKEY_DELAY_TIME 192
-#endif
-
-
#endif
|