summaryrefslogtreecommitdiffstats
path: root/users
diff options
context:
space:
mode:
authorZach White <skullydazed@gmail.com>2021-01-16 18:44:03 -0800
committerZach White <skullydazed@drpepper.org>2021-01-30 13:11:33 -0800
commit051c0774f8663e6090392b691ce0afc8c3a0574f (patch)
tree947c55fcc913c052ef8cc2cece394bb2d276a19b /users
parent424d59bc7e17da50424f8fcce6244de39b45e644 (diff)
undef TAPPING_TERM in users/hvp/hvp.h
Diffstat (limited to 'users')
-rw-r--r--users/hvp/hvp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/users/hvp/hvp.h b/users/hvp/hvp.h
index 99da258aaf..b016da9e25 100644
--- a/users/hvp/hvp.h
+++ b/users/hvp/hvp.h
@@ -5,8 +5,9 @@
#endif
#include "quantum.h"
+#undef TAPPING_TERM
#define TAPPING_TERM 150
// Keys
-#define D_NAVI MT(MOD_LCTL | MOD_LSFT, KC_D) \ No newline at end of file
+#define D_NAVI MT(MOD_LCTL | MOD_LSFT, KC_D)