summaryrefslogtreecommitdiffstats
path: root/keyboards/zen/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/zen/config.h')
-rw-r--r--keyboards/zen/config.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/zen/config.h b/keyboards/zen/config.h
index f8f8bbf33..4478062eb 100644
--- a/keyboards/zen/config.h
+++ b/keyboards/zen/config.h
@@ -26,4 +26,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define RGBLIGHT_ANIMATIONS
#define RGBLED_NUM 16
-#define TAPPING_TERM 100 \ No newline at end of file
+#ifndef TAPPING_TERM
+#define TAPPING_TERM 100
+#endif