summaryrefslogtreecommitdiff
path: root/keyboards/helix/rev2/keymaps/five_rows/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/helix/rev2/keymaps/five_rows/config.h')
-rw-r--r--keyboards/helix/rev2/keymaps/five_rows/config.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/keyboards/helix/rev2/keymaps/five_rows/config.h b/keyboards/helix/rev2/keymaps/five_rows/config.h
deleted file mode 100644
index 43f14aaf2c..0000000000
--- a/keyboards/helix/rev2/keymaps/five_rows/config.h
+++ /dev/null
@@ -1,16 +0,0 @@
-// Copyright (c) 2022 Takeshi Ishii (mtei@github)
-// SPDX-License-Identifier: GPL-2.0-or-later
-
-#pragma once
-
-#undef TAPPING_TERM
-#define TAPPING_TERM 300
-#define PERMISSIVE_HOLD
-
-#undef OLED_UPDATE_INTERVAL
-#ifdef DEBUG_MATRIX_SCAN_RATE
-# define OLED_UPDATE_INTERVAL 500
-#else
-# define OLED_UPDATE_INTERVAL 50
-#endif
-