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/hhkb/config_vusb.h | |
parent | c18c52f551545b46a28902c69730eefbdb75577d (diff) |
Delete MOUSEKEY_DELAY_TIME in config.h
Diffstat (limited to 'keyboard/hhkb/config_vusb.h')
-rw-r--r-- | keyboard/hhkb/config_vusb.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/keyboard/hhkb/config_vusb.h b/keyboard/hhkb/config_vusb.h index 37d3e4f228..44f7acd6cd 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/>. /* 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 |