X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=keyboard%2Fhhkb%2Fconfig_vusb.h;h=44f7acd6cdc11bfece345ca4f231cc8145a956c9;hb=3dbb762dcc5b1d340cb145fc4ca60748ccf7c890;hp=37d3e4f2287b8c0be1c8410dd9d39df0266d3697;hpb=540d0700dc0a8172e32d419a9b99c30e2e82a98a;p=max%2Ftmk_keyboard.git diff --git a/keyboard/hhkb/config_vusb.h b/keyboard/hhkb/config_vusb.h index 37d3e4f2..44f7acd6 100644 --- a/keyboard/hhkb/config_vusb.h +++ b/keyboard/hhkb/config_vusb.h @@ -35,10 +35,4 @@ along with this program. If not, see . /* 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