aboutsummaryrefslogtreecommitdiff
path: root/keyboard/hhkb/config_vusb.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboard/hhkb/config_vusb.h')
-rw-r--r--keyboard/hhkb/config_vusb.h6
1 files changed, 0 insertions, 6 deletions
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