summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-06-19 08:33:45 +1000
committerGitHub <noreply@github.com>2023-06-18 23:33:45 +0100
commit1c9d0f0eec614a20cbf88c20c448ebfe69414ca8 (patch)
treeec06104e7b94ade94384a861ac2d615f164d6358
parent7c7cec906acace0991ce04780103e48117ee4d27 (diff)
Remove default `TAPPING_TERM` from keyboard config.h (#21284)
-rw-r--r--keyboards/9key/config.h20
-rw-r--r--keyboards/aplyard/aplx6/rev2/config.h2
-rw-r--r--keyboards/bajjak/config.h2
-rw-r--r--keyboards/do60/config.h2
-rw-r--r--keyboards/duck/eagle_viper/v2/config.h2
-rw-r--r--keyboards/duck/lightsaver/config.h2
-rw-r--r--keyboards/duck/octagon/v1/config.h2
-rw-r--r--keyboards/duck/octagon/v2/config.h2
-rw-r--r--keyboards/duck/orion/v3/config.h2
-rw-r--r--keyboards/ergodox_ez/config.h2
-rw-r--r--keyboards/evolv/config.h2
-rw-r--r--keyboards/gboards/ergotaco/config.h2
-rw-r--r--keyboards/gboards/georgi/config.h2
-rw-r--r--keyboards/gboards/gergo/config.h2
-rw-r--r--keyboards/handwired/angel/config.h3
-rw-r--r--keyboards/handwired/aranck/config.h3
-rw-r--r--keyboards/handwired/brain/config.h3
-rw-r--r--keyboards/handwired/dactyl/config.h2
-rw-r--r--keyboards/handwired/frenchdev/config.h2
-rw-r--r--keyboards/handwired/heisenberg/config.h3
-rw-r--r--keyboards/handwired/lovelive9/config.h2
-rw-r--r--keyboards/handwired/myskeeb/config.h4
-rw-r--r--keyboards/handwired/ortho5x14/config.h2
-rw-r--r--keyboards/hhkb/ansi/config.h2
-rw-r--r--keyboards/hhkb/jp/config.h2
-rw-r--r--keyboards/hotdox/config.h2
-rwxr-xr-xkeyboards/hub16/config.h3
-rw-r--r--keyboards/hub20/config.h3
-rw-r--r--keyboards/input_club/ergodox_infinity/config.h2
-rw-r--r--keyboards/keebio/laplace/config.h2
-rw-r--r--keyboards/keebio/stick/config.h2
-rw-r--r--keyboards/lfkeyboards/lfk78/config.h2
-rw-r--r--keyboards/lfkeyboards/lfk87/config.h2
-rw-r--r--keyboards/lfkeyboards/lfkpad/config.h2
-rw-r--r--keyboards/lfkeyboards/mini1800/config.h2
-rw-r--r--keyboards/lyso1/lck75/config.h1
-rw-r--r--keyboards/maple_computing/6ball/config.h2
-rw-r--r--keyboards/matrix/noah/config.h6
-rw-r--r--keyboards/minimacro5/config.h3
-rw-r--r--keyboards/nacly/ua62/config.h2
-rw-r--r--keyboards/ncc1701kb/config.h20
-rw-r--r--keyboards/newgame40/config.h2
-rw-r--r--keyboards/org60/config.h2
-rw-r--r--keyboards/rominronin/katana60/rev1/config.h2
-rw-r--r--keyboards/rominronin/katana60/rev2/config.h2
-rw-r--r--keyboards/tanuki/config.h1
-rw-r--r--keyboards/viendi8l/config.h2
-rw-r--r--keyboards/waterfowl/config.h3
48 files changed, 0 insertions, 144 deletions
diff --git a/keyboards/9key/config.h b/keyboards/9key/config.h
deleted file mode 100644
index bd03d32227..0000000000
--- a/keyboards/9key/config.h
+++ /dev/null
@@ -1,20 +0,0 @@
1/*
2Copyright 2012 Jun Wako <wakojun@gmail.com>
3
4This program is free software: you can redistribute it and/or modify
5it under the terms of the GNU General Public License as published by
6the Free Software Foundation, either version 2 of the License, or
7(at your option) any later version.
8
9This program is distributed in the hope that it will be useful,
10but WITHOUT ANY WARRANTY; without even the implied warranty of
11MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12GNU General Public License for more details.
13
14You should have received a copy of the GNU General Public License
15along with this program. If not, see <http://www.gnu.org/licenses/>.
16*/
17
18#pragma once
19
20#define TAPPING_TERM 200
diff --git a/keyboards/aplyard/aplx6/rev2/config.h b/keyboards/aplyard/aplx6/rev2/config.h
index 2724ccf117..3e1ce51450 100644
--- a/keyboards/aplyard/aplx6/rev2/config.h
+++ b/keyboards/aplyard/aplx6/rev2/config.h
@@ -17,6 +17,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
17 17
18#pragma once 18#pragma once
19 19
20#define TAPPING_TERM 200
21
22#define TAP_CODE_DELAY 50 20#define TAP_CODE_DELAY 50
diff --git a/keyboards/bajjak/config.h b/keyboards/bajjak/config.h
index 614d7a7813..b3e3478f1f 100644
--- a/keyboards/bajjak/config.h
+++ b/keyboards/bajjak/config.h
@@ -45,8 +45,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
45 45
46#define TAPPING_TOGGLE 1 46#define TAPPING_TOGGLE 1
47 47
48#define TAPPING_TERM 200
49
50/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ 48/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
51#define LOCKING_SUPPORT_ENABLE 49#define LOCKING_SUPPORT_ENABLE
52/* Locking resynchronize hack */ 50/* Locking resynchronize hack */
diff --git a/keyboards/do60/config.h b/keyboards/do60/config.h
index 03cc7e8735..8452d7dcee 100644
--- a/keyboards/do60/config.h
+++ b/keyboards/do60/config.h
@@ -37,5 +37,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
37#define LOCKING_SUPPORT_ENABLE 37#define LOCKING_SUPPORT_ENABLE
38/* Locking resynchronize hack */ 38/* Locking resynchronize hack */
39#define LOCKING_RESYNC_ENABLE 39#define LOCKING_RESYNC_ENABLE
40
41#define TAPPING_TERM 200
diff --git a/keyboards/duck/eagle_viper/v2/config.h b/keyboards/duck/eagle_viper/v2/config.h
index e1fc4b658c..68f0ffa60f 100644
--- a/keyboards/duck/eagle_viper/v2/config.h
+++ b/keyboards/duck/eagle_viper/v2/config.h
@@ -34,5 +34,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
34#define RGBLIGHT_EFFECT_RGB_TEST 34#define RGBLIGHT_EFFECT_RGB_TEST
35#define RGBLIGHT_EFFECT_ALTERNATING 35#define RGBLIGHT_EFFECT_ALTERNATING
36#define RGBLIGHT_EFFECT_TWINKLE 36#define RGBLIGHT_EFFECT_TWINKLE
37
38#define TAPPING_TERM 200
diff --git a/keyboards/duck/lightsaver/config.h b/keyboards/duck/lightsaver/config.h
index f6430999ac..07a54c3ca8 100644
--- a/keyboards/duck/lightsaver/config.h
+++ b/keyboards/duck/lightsaver/config.h
@@ -34,5 +34,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
34#define RGBLIGHT_EFFECT_RGB_TEST 34#define RGBLIGHT_EFFECT_RGB_TEST
35#define RGBLIGHT_EFFECT_ALTERNATING 35#define RGBLIGHT_EFFECT_ALTERNATING
36#define RGBLIGHT_EFFECT_TWINKLE 36#define RGBLIGHT_EFFECT_TWINKLE
37
38#define TAPPING_TERM 200
diff --git a/keyboards/duck/octagon/v1/config.h b/keyboards/duck/octagon/v1/config.h
index 4859dcadda..f0e8b748f0 100644
--- a/keyboards/duck/octagon/v1/config.h
+++ b/keyboards/duck/octagon/v1/config.h
@@ -34,5 +34,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
34#define RGBLIGHT_EFFECT_RGB_TEST 34#define RGBLIGHT_EFFECT_RGB_TEST
35#define RGBLIGHT_EFFECT_ALTERNATING 35#define RGBLIGHT_EFFECT_ALTERNATING
36#define RGBLIGHT_EFFECT_TWINKLE 36#define RGBLIGHT_EFFECT_TWINKLE
37
38#define TAPPING_TERM 200
diff --git a/keyboards/duck/octagon/v2/config.h b/keyboards/duck/octagon/v2/config.h
index f1a6bd1515..56b5aea64d 100644
--- a/keyboards/duck/octagon/v2/config.h
+++ b/keyboards/duck/octagon/v2/config.h
@@ -34,5 +34,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
34#define RGBLIGHT_EFFECT_RGB_TEST 34#define RGBLIGHT_EFFECT_RGB_TEST
35#define RGBLIGHT_EFFECT_ALTERNATING 35#define RGBLIGHT_EFFECT_ALTERNATING
36#define RGBLIGHT_EFFECT_TWINKLE 36#define RGBLIGHT_EFFECT_TWINKLE
37
38#define TAPPING_TERM 200
diff --git a/keyboards/duck/orion/v3/config.h b/keyboards/duck/orion/v3/config.h
index aea6e224b6..57327932f6 100644
--- a/keyboards/duck/orion/v3/config.h
+++ b/keyboards/duck/orion/v3/config.h
@@ -34,5 +34,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
34#define RGBLIGHT_EFFECT_RGB_TEST 34#define RGBLIGHT_EFFECT_RGB_TEST
35#define RGBLIGHT_EFFECT_ALTERNATING 35#define RGBLIGHT_EFFECT_ALTERNATING
36#define RGBLIGHT_EFFECT_TWINKLE 36#define RGBLIGHT_EFFECT_TWINKLE
37
38#define TAPPING_TERM 200
diff --git a/keyboards/ergodox_ez/config.h b/keyboards/ergodox_ez/config.h
index 4060c95b5d..2ca718f925 100644
--- a/keyboards/ergodox_ez/config.h
+++ b/keyboards/ergodox_ez/config.h
@@ -46,8 +46,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
46 46
47#define TAPPING_TOGGLE 1 47#define TAPPING_TOGGLE 1
48 48
49#define TAPPING_TERM 200
50
51/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ 49/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
52#define LOCKING_SUPPORT_ENABLE 50#define LOCKING_SUPPORT_ENABLE
53/* Locking resynchronize hack */ 51/* Locking resynchronize hack */
diff --git a/keyboards/evolv/config.h b/keyboards/evolv/config.h
index a7defee386..b25af1111a 100644
--- a/keyboards/evolv/config.h
+++ b/keyboards/evolv/config.h
@@ -33,8 +33,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
33#define RGBLIGHT_EFFECT_ALTERNATING 33#define RGBLIGHT_EFFECT_ALTERNATING
34#define RGBLIGHT_EFFECT_TWINKLE 34#define RGBLIGHT_EFFECT_TWINKLE
35 35
36#define TAPPING_TERM 200
37
38/* 36/*
39 * Feature disable options 37 * Feature disable options
40 * These options are also useful to firmware size reduction. 38 * These options are also useful to firmware size reduction.
diff --git a/keyboards/gboards/ergotaco/config.h b/keyboards/gboards/ergotaco/config.h
index 456eb3f9d9..3075809ed3 100644
--- a/keyboards/gboards/ergotaco/config.h
+++ b/keyboards/gboards/ergotaco/config.h
@@ -34,8 +34,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
34#define MOUSEKEY_WHEEL_DELAY 0 34#define MOUSEKEY_WHEEL_DELAY 0
35#define TAPPING_TOGGLE 1 35#define TAPPING_TOGGLE 1
36 36
37#define TAPPING_TERM 200
38
39/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ 37/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
40#define LOCKING_SUPPORT_ENABLE 38#define LOCKING_SUPPORT_ENABLE
41/* Locking resynchronize hack */ 39/* Locking resynchronize hack */
diff --git a/keyboards/gboards/georgi/config.h b/keyboards/gboards/georgi/config.h
index db2ff42a1e..df3b32a34f 100644
--- a/keyboards/gboards/georgi/config.h
+++ b/keyboards/gboards/georgi/config.h
@@ -39,8 +39,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
39#define MOUSEKEY_WHEEL_DELAY 0 39#define MOUSEKEY_WHEEL_DELAY 0
40#define TAPPING_TOGGLE 2 40#define TAPPING_TOGGLE 2
41 41
42#define TAPPING_TERM 200
43
44/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ 42/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
45#define LOCKING_SUPPORT_ENABLE 43#define LOCKING_SUPPORT_ENABLE
46/* Locking resynchronize hack */ 44/* Locking resynchronize hack */
diff --git a/keyboards/gboards/gergo/config.h b/keyboards/gboards/gergo/config.h
index dbff6ccf6f..bfaacb5ee9 100644
--- a/keyboards/gboards/gergo/config.h
+++ b/keyboards/gboards/gergo/config.h
@@ -43,8 +43,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
43#define MOUSEKEY_WHEEL_DELAY 0 43#define MOUSEKEY_WHEEL_DELAY 0
44#define TAPPING_TOGGLE 1 44#define TAPPING_TOGGLE 1
45 45
46#define TAPPING_TERM 200
47
48/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ 46/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
49#define LOCKING_SUPPORT_ENABLE 47#define LOCKING_SUPPORT_ENABLE
50/* Locking resynchronize hack */ 48/* Locking resynchronize hack */
diff --git a/keyboards/handwired/angel/config.h b/keyboards/handwired/angel/config.h
index 3439d8c8c1..ee492503d1 100644
--- a/keyboards/handwired/angel/config.h
+++ b/keyboards/handwired/angel/config.h
@@ -17,8 +17,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
17 17
18#pragma once 18#pragma once
19 19
20// https://docs.qmk.fm/using-qmk/software-features/tap_hold
21#define TAPPING_TERM 200
22
23/* define if matrix has ghost (lacks anti-ghosting diodes) */ 20/* define if matrix has ghost (lacks anti-ghosting diodes) */
24#define MATRIX_HAS_GHOST 21#define MATRIX_HAS_GHOST
diff --git a/keyboards/handwired/aranck/config.h b/keyboards/handwired/aranck/config.h
index 6f44c0cbba..b20b3099e9 100644
--- a/keyboards/handwired/aranck/config.h
+++ b/keyboards/handwired/aranck/config.h
@@ -31,9 +31,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
31 * Aranck-specific definitions END 31 * Aranck-specific definitions END
32 */ 32 */
33 33
34
35#define TAPPING_TERM 200
36
37/* 34/*
38 * Feature disable options 35 * Feature disable options
39 * These options are also useful to firmware size reduction. 36 * These options are also useful to firmware size reduction.
diff --git a/keyboards/handwired/brain/config.h b/keyboards/handwired/brain/config.h
index 519da7e442..91253b1695 100644
--- a/keyboards/handwired/brain/config.h
+++ b/keyboards/handwired/brain/config.h
@@ -57,6 +57,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
57//#define NO_ACTION_LAYER 57//#define NO_ACTION_LAYER
58//#define NO_ACTION_TAPPING 58//#define NO_ACTION_TAPPING
59//#define NO_ACTION_ONESHOT 59//#define NO_ACTION_ONESHOT
60
61//#define TAPPING_TERM 150
62//#define QUICK_TAP_TERM 0
diff --git a/keyboards/handwired/dactyl/config.h b/keyboards/handwired/dactyl/config.h
index f37a8f2722..5bca7dbaa1 100644
--- a/keyboards/handwired/dactyl/config.h
+++ b/keyboards/handwired/dactyl/config.h
@@ -39,8 +39,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
39 39
40#define TAPPING_TOGGLE 1 40#define TAPPING_TOGGLE 1
41 41
42#define TAPPING_TERM 200
43
44/* key combination for command */ 42/* key combination for command */
45#define IS_COMMAND() ( \ 43#define IS_COMMAND() ( \
46 get_mods() == (MOD_BIT(KC_LCTL) | MOD_BIT(KC_RCTL)) || \ 44 get_mods() == (MOD_BIT(KC_LCTL) | MOD_BIT(KC_RCTL)) || \
diff --git a/keyboards/handwired/frenchdev/config.h b/keyboards/handwired/frenchdev/config.h
index 9cb309c78f..6db87376c0 100644
--- a/keyboards/handwired/frenchdev/config.h
+++ b/keyboards/handwired/frenchdev/config.h
@@ -33,8 +33,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
33 33
34#define TAPPING_TOGGLE 1 34#define TAPPING_TOGGLE 1
35 35
36#define TAPPING_TERM 200
37
38/* key combination for command */ 36/* key combination for command */
39#define IS_COMMAND() ( \ 37#define IS_COMMAND() ( \
40 get_mods() == (MOD_BIT(KC_LCTL) | MOD_BIT(KC_RCTL)) || \ 38 get_mods() == (MOD_BIT(KC_LCTL) | MOD_BIT(KC_RCTL)) || \
diff --git a/keyboards/handwired/heisenberg/config.h b/keyboards/handwired/heisenberg/config.h
index 122b3f59b0..9f0d47fa3a 100644
--- a/keyboards/handwired/heisenberg/config.h
+++ b/keyboards/handwired/heisenberg/config.h
@@ -45,9 +45,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
45 * Heisenberg-specific definitions END 45 * Heisenberg-specific definitions END
46 */ 46 */
47 47
48
49#define TAPPING_TERM 200
50
51/* 48/*
52 * Feature disable options 49 * Feature disable options
53 * These options are also useful to firmware size reduction. 50 * These options are also useful to firmware size reduction.
diff --git a/keyboards/handwired/lovelive9/config.h b/keyboards/handwired/lovelive9/config.h
index 016c501a36..6fc9369119 100644
--- a/keyboards/handwired/lovelive9/config.h
+++ b/keyboards/handwired/lovelive9/config.h
@@ -16,5 +16,3 @@
16#define RGBLIGHT_HUE_STEP 10 16#define RGBLIGHT_HUE_STEP 10
17#define RGBLIGHT_SAT_STEP 17 17#define RGBLIGHT_SAT_STEP 17
18#define RGBLIGHT_VAL_STEP 17 18#define RGBLIGHT_VAL_STEP 17
19
20#define TAPPING_TERM 200
diff --git a/keyboards/handwired/myskeeb/config.h b/keyboards/handwired/myskeeb/config.h
index 2e2a2bbcbf..8c37524a0e 100644
--- a/keyboards/handwired/myskeeb/config.h
+++ b/keyboards/handwired/myskeeb/config.h
@@ -13,7 +13,3 @@
13#define OLED_FONT_HEIGHT 8 13#define OLED_FONT_HEIGHT 8
14#define OLED_FONT_WIDTH 6 14#define OLED_FONT_WIDTH 6
15#define OLED_FONT_H "skeeb_font.c" 15#define OLED_FONT_H "skeeb_font.c"
16
17// Tap Dance
18
19#define TAPPING_TERM 200
diff --git a/keyboards/handwired/ortho5x14/config.h b/keyboards/handwired/ortho5x14/config.h
index c37ac42537..5f60fd44d7 100644
--- a/keyboards/handwired/ortho5x14/config.h
+++ b/keyboards/handwired/ortho5x14/config.h
@@ -22,8 +22,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
22/* Locking resynchronize hack */ 22/* Locking resynchronize hack */
23#define LOCKING_RESYNC_ENABLE 23#define LOCKING_RESYNC_ENABLE
24 24
25#define TAPPING_TERM 200
26
27//#define PERMISSIVE_HOLD 25//#define PERMISSIVE_HOLD
28 26
29/* 27/*
diff --git a/keyboards/hhkb/ansi/config.h b/keyboards/hhkb/ansi/config.h
index 723fe29479..7fe9f1f9db 100644
--- a/keyboards/hhkb/ansi/config.h
+++ b/keyboards/hhkb/ansi/config.h
@@ -22,8 +22,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
22#define MATRIX_ROWS 8 22#define MATRIX_ROWS 8
23#define MATRIX_COLS 8 23#define MATRIX_COLS 8
24 24
25#define TAPPING_TERM 200
26
27/* 25/*
28 * Feature disable options 26 * Feature disable options
29 * These options are also useful to firmware size reduction. 27 * These options are also useful to firmware size reduction.
diff --git a/keyboards/hhkb/jp/config.h b/keyboards/hhkb/jp/config.h
index 9de64724b7..88b9c9b6cc 100644
--- a/keyboards/hhkb/jp/config.h
+++ b/keyboards/hhkb/jp/config.h
@@ -22,8 +22,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
22#define MATRIX_ROWS 16 22#define MATRIX_ROWS 16
23#define MATRIX_COLS 8 23#define MATRIX_COLS 8
24 24
25#define TAPPING_TERM 200
26
27/* 25/*
28 * Feature disable options 26 * Feature disable options
29 * These options are also useful to firmware size reduction. 27 * These options are also useful to firmware size reduction.
diff --git a/keyboards/hotdox/config.h b/keyboards/hotdox/config.h
index 4e801399da..5e369b2dbe 100644
--- a/keyboards/hotdox/config.h
+++ b/keyboards/hotdox/config.h
@@ -13,8 +13,6 @@
13 13
14#define TAPPING_TOGGLE 1 14#define TAPPING_TOGGLE 1
15 15
16#define TAPPING_TERM 200
17
18/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ 16/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
19#define LOCKING_SUPPORT_ENABLE 17#define LOCKING_SUPPORT_ENABLE
20/* Locking resynchronize hack */ 18/* Locking resynchronize hack */
diff --git a/keyboards/hub16/config.h b/keyboards/hub16/config.h
index 124f41c5b8..e62c22382e 100755
--- a/keyboards/hub16/config.h
+++ b/keyboards/hub16/config.h
@@ -40,9 +40,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
40#define RGBLIGHT_EFFECT_ALTERNATING 40#define RGBLIGHT_EFFECT_ALTERNATING
41#define RGBLIGHT_EFFECT_TWINKLE 41#define RGBLIGHT_EFFECT_TWINKLE
42 42
43/* Tap Dance timing */
44#define TAPPING_TERM 200
45
46/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ 43/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
47#define LOCKING_SUPPORT_ENABLE 44#define LOCKING_SUPPORT_ENABLE
48/* Locking resynchronize hack */ 45/* Locking resynchronize hack */
diff --git a/keyboards/hub20/config.h b/keyboards/hub20/config.h
index 60a2cca24b..8dc3bd501c 100644
--- a/keyboards/hub20/config.h
+++ b/keyboards/hub20/config.h
@@ -72,9 +72,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
72// #define ENABLE_RGB_MATRIX_SOLID_SPLASH 72// #define ENABLE_RGB_MATRIX_SOLID_SPLASH
73// #define ENABLE_RGB_MATRIX_SOLID_MULTISPLASH 73// #define ENABLE_RGB_MATRIX_SOLID_MULTISPLASH
74 74
75/* Tap delay for tap vs hold */
76#define TAPPING_TERM 200
77
78/* Slow down key press speed to ensure computer picks it up */ 75/* Slow down key press speed to ensure computer picks it up */
79#define TAP_CODE_DELAY 10 76#define TAP_CODE_DELAY 10
80 77
diff --git a/keyboards/input_club/ergodox_infinity/config.h b/keyboards/input_club/ergodox_infinity/config.h
index 6d642e5d45..bc51d6ed4e 100644
--- a/keyboards/input_club/ergodox_infinity/config.h
+++ b/keyboards/input_club/ergodox_infinity/config.h
@@ -25,8 +25,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
25 25
26#define TAPPING_TOGGLE 1 26#define TAPPING_TOGGLE 1
27 27
28#define TAPPING_TERM 200
29
30/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ 28/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
31#define LOCKING_SUPPORT_ENABLE 29#define LOCKING_SUPPORT_ENABLE
32/* Locking resynchronize hack */ 30/* Locking resynchronize hack */
diff --git a/keyboards/keebio/laplace/config.h b/keyboards/keebio/laplace/config.h
index 7328c4731a..e80e1f3d58 100644
--- a/keyboards/keebio/laplace/config.h
+++ b/keyboards/keebio/laplace/config.h
@@ -28,5 +28,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
28#define RGBLIGHT_EFFECT_RGB_TEST 28#define RGBLIGHT_EFFECT_RGB_TEST
29#define RGBLIGHT_EFFECT_ALTERNATING 29#define RGBLIGHT_EFFECT_ALTERNATING
30#define RGBLIGHT_EFFECT_TWINKLE 30#define RGBLIGHT_EFFECT_TWINKLE
31
32#define TAPPING_TERM 200
diff --git a/keyboards/keebio/stick/config.h b/keyboards/keebio/stick/config.h
index 1308487070..ed73019f84 100644
--- a/keyboards/keebio/stick/config.h
+++ b/keyboards/keebio/stick/config.h
@@ -83,5 +83,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
83# define ENABLE_RGB_MATRIX_SOLID_SPLASH 83# define ENABLE_RGB_MATRIX_SOLID_SPLASH
84# define ENABLE_RGB_MATRIX_SOLID_MULTISPLASH 84# define ENABLE_RGB_MATRIX_SOLID_MULTISPLASH
85# endif 85# endif
86
87#define TAPPING_TERM 200
diff --git a/keyboards/lfkeyboards/lfk78/config.h b/keyboards/lfkeyboards/lfk78/config.h
index 5748d29987..d1063fea74 100644
--- a/keyboards/lfkeyboards/lfk78/config.h
+++ b/keyboards/lfkeyboards/lfk78/config.h
@@ -19,8 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
19 19
20#define BACKLIGHT_PWM_MAP { 8, 16, 40, 55, 70, 128, 200, 255 } 20#define BACKLIGHT_PWM_MAP { 8, 16, 40, 55, 70, 128, 200, 255 }
21 21
22#define TAPPING_TERM 200
23
24#define AUDIO_PIN C6 22#define AUDIO_PIN C6
25#define AUDIO_VOICES 23#define AUDIO_VOICES
26 24
diff --git a/keyboards/lfkeyboards/lfk87/config.h b/keyboards/lfkeyboards/lfk87/config.h
index 3a8f16e0fd..0177576616 100644
--- a/keyboards/lfkeyboards/lfk87/config.h
+++ b/keyboards/lfkeyboards/lfk87/config.h
@@ -36,8 +36,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
36#define RGBLIGHT_SAT_STEP 17 36#define RGBLIGHT_SAT_STEP 17
37#define RGBLIGHT_VAL_STEP 17 37#define RGBLIGHT_VAL_STEP 17
38 38
39#define TAPPING_TERM 200
40
41/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ 39/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
42#define LOCKING_SUPPORT_ENABLE 40#define LOCKING_SUPPORT_ENABLE
43/* Locking resynchronize hack */ 41/* Locking resynchronize hack */
diff --git a/keyboards/lfkeyboards/lfkpad/config.h b/keyboards/lfkeyboards/lfkpad/config.h
index c4b1743a0b..23a98fa480 100644
--- a/keyboards/lfkeyboards/lfkpad/config.h
+++ b/keyboards/lfkeyboards/lfkpad/config.h
@@ -31,8 +31,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
31# define RGBLIGHT_EFFECT_ALTERNATING 31# define RGBLIGHT_EFFECT_ALTERNATING
32# define RGBLIGHT_EFFECT_TWINKLE 32# define RGBLIGHT_EFFECT_TWINKLE
33 33
34#define TAPPING_TERM 200
35
36/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ 34/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
37#define LOCKING_SUPPORT_ENABLE 35#define LOCKING_SUPPORT_ENABLE
38/* Locking resynchronize hack */ 36/* Locking resynchronize hack */
diff --git a/keyboards/lfkeyboards/mini1800/config.h b/keyboards/lfkeyboards/mini1800/config.h
index 3a8f16e0fd..0177576616 100644
--- a/keyboards/lfkeyboards/mini1800/config.h
+++ b/keyboards/lfkeyboards/mini1800/config.h
@@ -36,8 +36,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
36#define RGBLIGHT_SAT_STEP 17 36#define RGBLIGHT_SAT_STEP 17
37#define RGBLIGHT_VAL_STEP 17 37#define RGBLIGHT_VAL_STEP 17
38 38
39#define TAPPING_TERM 200
40
41/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ 39/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
42#define LOCKING_SUPPORT_ENABLE 40#define LOCKING_SUPPORT_ENABLE
43/* Locking resynchronize hack */ 41/* Locking resynchronize hack */
diff --git a/keyboards/lyso1/lck75/config.h b/keyboards/lyso1/lck75/config.h
index 2da321cf6b..b7ade40289 100644
--- a/keyboards/lyso1/lck75/config.h
+++ b/keyboards/lyso1/lck75/config.h
@@ -40,6 +40,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
40#endif 40#endif
41 41
42#define PERMISSIVE_HOLD 42#define PERMISSIVE_HOLD
43#define TAPPING_TERM 200
44 43
45#define NO_ACTION_ONESHOT 44#define NO_ACTION_ONESHOT
diff --git a/keyboards/maple_computing/6ball/config.h b/keyboards/maple_computing/6ball/config.h
index 71417380a9..05d2733f8b 100644
--- a/keyboards/maple_computing/6ball/config.h
+++ b/keyboards/maple_computing/6ball/config.h
@@ -27,5 +27,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
27#define RGBLIGHT_EFFECT_RGB_TEST 27#define RGBLIGHT_EFFECT_RGB_TEST
28#define RGBLIGHT_EFFECT_ALTERNATING 28#define RGBLIGHT_EFFECT_ALTERNATING
29#define RGBLIGHT_EFFECT_TWINKLE 29#define RGBLIGHT_EFFECT_TWINKLE
30
31#define TAPPING_TERM 200
diff --git a/keyboards/matrix/noah/config.h b/keyboards/matrix/noah/config.h
index 05b2a0a5f1..4a3e4d83c9 100644
--- a/keyboards/matrix/noah/config.h
+++ b/keyboards/matrix/noah/config.h
@@ -85,9 +85,3 @@
85#define RGBLIGHT_EFFECT_RGB_TEST 85#define RGBLIGHT_EFFECT_RGB_TEST
86#define RGBLIGHT_EFFECT_ALTERNATING 86#define RGBLIGHT_EFFECT_ALTERNATING
87#define RGBLIGHT_EFFECT_TWINKLE 87#define RGBLIGHT_EFFECT_TWINKLE
88
89
90// tapping setting
91//#define TAPPING_TERM 200
92//#define RETRO_TAPPING
93//#define PERMISSIVE_HOLD
diff --git a/keyboards/minimacro5/config.h b/keyboards/minimacro5/config.h
index b669fed3f7..935f89491e 100644
--- a/keyboards/minimacro5/config.h
+++ b/keyboards/minimacro5/config.h
@@ -17,9 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
17 17
18#pragma once 18#pragma once
19 19
20//speed for double tap
21#define TAPPING_TERM 200
22
23/* ws2812 RGB LED */ 20/* ws2812 RGB LED */
24#define RGBLIGHT_EFFECT_BREATHING 21#define RGBLIGHT_EFFECT_BREATHING
25#define RGBLIGHT_EFFECT_RAINBOW_MOOD 22#define RGBLIGHT_EFFECT_RAINBOW_MOOD
diff --git a/keyboards/nacly/ua62/config.h b/keyboards/nacly/ua62/config.h
index 0391f174c9..643a3b52db 100644
--- a/keyboards/nacly/ua62/config.h
+++ b/keyboards/nacly/ua62/config.h
@@ -22,8 +22,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
22/* Locking resynchronize hack */ 22/* Locking resynchronize hack */
23#define LOCKING_RESYNC_ENABLE 23#define LOCKING_RESYNC_ENABLE
24 24
25#define TAPPING_TERM 200
26
27/* 25/*
28 * Feature disable options 26 * Feature disable options
29 * These options are also useful to firmware size reduction. 27 * These options are also useful to firmware size reduction.
diff --git a/keyboards/ncc1701kb/config.h b/keyboards/ncc1701kb/config.h
deleted file mode 100644
index bd03d32227..0000000000
--- a/keyboards/ncc1701kb/config.h
+++ /dev/null
@@ -1,20 +0,0 @@
1/*
2Copyright 2012 Jun Wako <wakojun@gmail.com>
3
4This program is free software: you can redistribute it and/or modify
5it under the terms of the GNU General Public License as published by
6the Free Software Foundation, either version 2 of the License, or
7(at your option) any later version.
8
9This program is distributed in the hope that it will be useful,
10but WITHOUT ANY WARRANTY; without even the implied warranty of
11MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12GNU General Public License for more details.
13
14You should have received a copy of the GNU General Public License
15along with this program. If not, see <http://www.gnu.org/licenses/>.
16*/
17
18#pragma once
19
20#define TAPPING_TERM 200
diff --git a/keyboards/newgame40/config.h b/keyboards/newgame40/config.h
index 49fbdb31de..f83c0af02d 100644
--- a/keyboards/newgame40/config.h
+++ b/keyboards/newgame40/config.h
@@ -41,5 +41,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
41 // iOS device need lessthan 100 41 // iOS device need lessthan 100
42 #define USB_MAX_POWER_CONSUMPTION 100 42 #define USB_MAX_POWER_CONSUMPTION 100
43#endif 43#endif
44
45#define TAPPING_TERM 200
diff --git a/keyboards/org60/config.h b/keyboards/org60/config.h
index 8ad0b8935f..2b79ba9d0d 100644
--- a/keyboards/org60/config.h
+++ b/keyboards/org60/config.h
@@ -37,5 +37,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
37#define LOCKING_SUPPORT_ENABLE 37#define LOCKING_SUPPORT_ENABLE
38/* Locking resynchronize hack */ 38/* Locking resynchronize hack */
39#define LOCKING_RESYNC_ENABLE 39#define LOCKING_RESYNC_ENABLE
40
41#define TAPPING_TERM 200
diff --git a/keyboards/rominronin/katana60/rev1/config.h b/keyboards/rominronin/katana60/rev1/config.h
index 6c1b144b58..13f0a19cbd 100644
--- a/keyboards/rominronin/katana60/rev1/config.h
+++ b/keyboards/rominronin/katana60/rev1/config.h
@@ -22,8 +22,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
22/* Locking resynchronize hack */ 22/* Locking resynchronize hack */
23#define LOCKING_RESYNC_ENABLE 23#define LOCKING_RESYNC_ENABLE
24 24
25#define TAPPING_TERM 200
26
27/* 25/*
28 * Feature disable options 26 * Feature disable options
29 * These options are also useful to firmware size reduction. 27 * These options are also useful to firmware size reduction.
diff --git a/keyboards/rominronin/katana60/rev2/config.h b/keyboards/rominronin/katana60/rev2/config.h
index 0de481d0de..8e3d35a7be 100644
--- a/keyboards/rominronin/katana60/rev2/config.h
+++ b/keyboards/rominronin/katana60/rev2/config.h
@@ -22,8 +22,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
22/* Locking resynchronize hack */ 22/* Locking resynchronize hack */
23#define LOCKING_RESYNC_ENABLE 23#define LOCKING_RESYNC_ENABLE
24 24
25#define TAPPING_TERM 200
26
27/* 25/*
28 * Feature disable options 26 * Feature disable options
29 * These options are also useful to firmware size reduction. 27 * These options are also useful to firmware size reduction.
diff --git a/keyboards/tanuki/config.h b/keyboards/tanuki/config.h
index b09625ec9e..f64c8ecd2a 100644
--- a/keyboards/tanuki/config.h
+++ b/keyboards/tanuki/config.h
@@ -36,7 +36,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
36#define RGBLIGHT_SAT_STEP 17 36#define RGBLIGHT_SAT_STEP 17
37#define RGBLIGHT_VAL_STEP 17 37#define RGBLIGHT_VAL_STEP 17
38 38
39#define TAPPING_TERM 200
40/* 39/*
41 * Feature disable options 40 * Feature disable options
42 * These options are also useful to firmware size reduction. 41 * These options are also useful to firmware size reduction.
diff --git a/keyboards/viendi8l/config.h b/keyboards/viendi8l/config.h
index 078b8e1e5d..0538906ecc 100644
--- a/keyboards/viendi8l/config.h
+++ b/keyboards/viendi8l/config.h
@@ -22,8 +22,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
22/* Locking resynchronize hack */ 22/* Locking resynchronize hack */
23#define LOCKING_RESYNC_ENABLE 23#define LOCKING_RESYNC_ENABLE
24 24
25#define TAPPING_TERM 200
26
27#define I2C_DRIVER I2CD1 25#define I2C_DRIVER I2CD1
28#define I2C_SCL_PIN B6 26#define I2C_SCL_PIN B6
29#define I2C_SDA_PIN B7 27#define I2C_SDA_PIN B7
diff --git a/keyboards/waterfowl/config.h b/keyboards/waterfowl/config.h
index 40d9a4b8da..2ddc7228d4 100644
--- a/keyboards/waterfowl/config.h
+++ b/keyboards/waterfowl/config.h
@@ -20,6 +20,3 @@
20#define SPLIT_MODS_ENABLE 20#define SPLIT_MODS_ENABLE
21#define SPLIT_WPM_ENABLE 21#define SPLIT_WPM_ENABLE
22#define SPLIT_USB_DETECT 22#define SPLIT_USB_DETECT
23
24// Tapping term
25#define TAPPING_TERM 200 \ No newline at end of file