mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-10-31 05:12:33 +01:00 
			
		
		
		
	Remove default TAPPING_TERM from keyboard config.h (#21284)
				
					
				
			This commit is contained in:
		
							parent
							
								
									7c7cec906a
								
							
						
					
					
						commit
						1c9d0f0eec
					
				| @ -1,20 +0,0 @@ | ||||
| /*
 | ||||
| Copyright 2012 Jun Wako <wakojun@gmail.com> | ||||
| 
 | ||||
| This program is free software: you can redistribute it and/or modify | ||||
| it under the terms of the GNU General Public License as published by | ||||
| the Free Software Foundation, either version 2 of the License, or | ||||
| (at your option) any later version. | ||||
| 
 | ||||
| This program is distributed in the hope that it will be useful, | ||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of | ||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | ||||
| GNU General Public License for more details. | ||||
| 
 | ||||
| You should have received a copy of the GNU General Public License | ||||
| along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | ||||
| */ | ||||
| 
 | ||||
| #pragma once | ||||
| 
 | ||||
| #define TAPPING_TERM 200 | ||||
| @ -17,6 +17,4 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
| 
 | ||||
| #pragma once | ||||
| 
 | ||||
| #define TAPPING_TERM 200 | ||||
| 
 | ||||
| #define TAP_CODE_DELAY 50 | ||||
|  | ||||
| @ -45,8 +45,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
| 
 | ||||
| #define TAPPING_TOGGLE  1 | ||||
| 
 | ||||
| #define TAPPING_TERM    200 | ||||
| 
 | ||||
| /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ | ||||
| #define LOCKING_SUPPORT_ENABLE | ||||
| /* Locking resynchronize hack */ | ||||
|  | ||||
| @ -37,5 +37,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | ||||
| #define LOCKING_SUPPORT_ENABLE | ||||
| /* Locking resynchronize hack */ | ||||
| #define LOCKING_RESYNC_ENABLE | ||||
| 
 | ||||
| #define TAPPING_TERM 200 | ||||
|  | ||||
| @ -34,5 +34,3 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
| #define RGBLIGHT_EFFECT_RGB_TEST | ||||
| #define RGBLIGHT_EFFECT_ALTERNATING | ||||
| #define RGBLIGHT_EFFECT_TWINKLE | ||||
| 
 | ||||
| #define TAPPING_TERM 200 | ||||
|  | ||||
| @ -34,5 +34,3 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
| #define RGBLIGHT_EFFECT_RGB_TEST | ||||
| #define RGBLIGHT_EFFECT_ALTERNATING | ||||
| #define RGBLIGHT_EFFECT_TWINKLE | ||||
| 
 | ||||
| #define TAPPING_TERM 200 | ||||
|  | ||||
| @ -34,5 +34,3 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
| #define RGBLIGHT_EFFECT_RGB_TEST | ||||
| #define RGBLIGHT_EFFECT_ALTERNATING | ||||
| #define RGBLIGHT_EFFECT_TWINKLE | ||||
| 
 | ||||
| #define TAPPING_TERM 200 | ||||
|  | ||||
| @ -34,5 +34,3 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
| #define RGBLIGHT_EFFECT_RGB_TEST | ||||
| #define RGBLIGHT_EFFECT_ALTERNATING | ||||
| #define RGBLIGHT_EFFECT_TWINKLE | ||||
| 
 | ||||
| #define TAPPING_TERM 200 | ||||
|  | ||||
| @ -34,5 +34,3 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
| #define RGBLIGHT_EFFECT_RGB_TEST | ||||
| #define RGBLIGHT_EFFECT_ALTERNATING | ||||
| #define RGBLIGHT_EFFECT_TWINKLE | ||||
| 
 | ||||
| #define TAPPING_TERM 200 | ||||
|  | ||||
| @ -46,8 +46,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
| 
 | ||||
| #define TAPPING_TOGGLE  1 | ||||
| 
 | ||||
| #define TAPPING_TERM    200 | ||||
| 
 | ||||
| /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ | ||||
| #define LOCKING_SUPPORT_ENABLE | ||||
| /* Locking resynchronize hack */ | ||||
|  | ||||
| @ -33,8 +33,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
| #define RGBLIGHT_EFFECT_ALTERNATING | ||||
| #define RGBLIGHT_EFFECT_TWINKLE | ||||
| 
 | ||||
| #define TAPPING_TERM 200 | ||||
| 
 | ||||
| /*
 | ||||
|  * Feature disable options | ||||
|  *  These options are also useful to firmware size reduction. | ||||
|  | ||||
| @ -34,8 +34,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
| #define MOUSEKEY_WHEEL_DELAY 0 | ||||
| #define TAPPING_TOGGLE  1 | ||||
| 
 | ||||
| #define TAPPING_TERM    200 | ||||
| 
 | ||||
| /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ | ||||
| #define LOCKING_SUPPORT_ENABLE | ||||
| /* Locking resynchronize hack */ | ||||
|  | ||||
| @ -39,8 +39,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
| #define MOUSEKEY_WHEEL_DELAY 0 | ||||
| #define TAPPING_TOGGLE  2 | ||||
| 
 | ||||
| #define TAPPING_TERM    200 | ||||
| 
 | ||||
| /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ | ||||
| #define LOCKING_SUPPORT_ENABLE | ||||
| /* Locking resynchronize hack */ | ||||
|  | ||||
| @ -43,8 +43,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
| #define MOUSEKEY_WHEEL_DELAY 0 | ||||
| #define TAPPING_TOGGLE  1 | ||||
| 
 | ||||
| #define TAPPING_TERM    200 | ||||
| 
 | ||||
| /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ | ||||
| #define LOCKING_SUPPORT_ENABLE | ||||
| /* Locking resynchronize hack */ | ||||
|  | ||||
| @ -17,8 +17,5 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
| 
 | ||||
| #pragma once | ||||
| 
 | ||||
| // https://docs.qmk.fm/using-qmk/software-features/tap_hold
 | ||||
| #define TAPPING_TERM 200 | ||||
| 
 | ||||
| /* define if matrix has ghost (lacks anti-ghosting diodes) */ | ||||
| #define MATRIX_HAS_GHOST | ||||
|  | ||||
| @ -31,9 +31,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * Aranck-specific definitions END | ||||
|  */ | ||||
| 
 | ||||
| 
 | ||||
| #define TAPPING_TERM 200 | ||||
| 
 | ||||
| /*
 | ||||
|  * Feature disable options | ||||
|  *  These options are also useful to firmware size reduction. | ||||
|  | ||||
| @ -57,6 +57,3 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
| //#define NO_ACTION_LAYER
 | ||||
| //#define NO_ACTION_TAPPING
 | ||||
| //#define NO_ACTION_ONESHOT
 | ||||
| 
 | ||||
| //#define TAPPING_TERM 150
 | ||||
| //#define QUICK_TAP_TERM 0
 | ||||
|  | ||||
| @ -39,8 +39,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
| 
 | ||||
| #define TAPPING_TOGGLE  1 | ||||
| 
 | ||||
| #define TAPPING_TERM    200 | ||||
| 
 | ||||
| /* key combination for command */ | ||||
| #define IS_COMMAND() ( \ | ||||
|     get_mods() == (MOD_BIT(KC_LCTL) | MOD_BIT(KC_RCTL)) || \ | ||||
|  | ||||
| @ -33,8 +33,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
| 
 | ||||
| #define TAPPING_TOGGLE  1 | ||||
| 
 | ||||
| #define TAPPING_TERM    200 | ||||
| 
 | ||||
| /* key combination for command */ | ||||
| #define IS_COMMAND() ( \ | ||||
|     get_mods() == (MOD_BIT(KC_LCTL) | MOD_BIT(KC_RCTL)) || \ | ||||
|  | ||||
| @ -45,9 +45,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * Heisenberg-specific definitions END | ||||
|  */ | ||||
| 
 | ||||
| 
 | ||||
| #define TAPPING_TERM 200 | ||||
| 
 | ||||
| /*
 | ||||
|  * Feature disable options | ||||
|  *  These options are also useful to firmware size reduction. | ||||
|  | ||||
| @ -16,5 +16,3 @@ | ||||
| #define RGBLIGHT_HUE_STEP 10 | ||||
| #define RGBLIGHT_SAT_STEP 17 | ||||
| #define RGBLIGHT_VAL_STEP 17 | ||||
| 
 | ||||
| #define TAPPING_TERM 200 | ||||
|  | ||||
| @ -13,7 +13,3 @@ | ||||
| #define OLED_FONT_HEIGHT 8 | ||||
| #define OLED_FONT_WIDTH 6 | ||||
| #define OLED_FONT_H "skeeb_font.c" | ||||
| 
 | ||||
| // Tap Dance
 | ||||
| 
 | ||||
| #define TAPPING_TERM 200 | ||||
|  | ||||
| @ -22,8 +22,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
| /* Locking resynchronize hack */ | ||||
| #define LOCKING_RESYNC_ENABLE | ||||
| 
 | ||||
| #define TAPPING_TERM 200 | ||||
| 
 | ||||
| //#define PERMISSIVE_HOLD
 | ||||
| 
 | ||||
| /*
 | ||||
|  | ||||
| @ -22,8 +22,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
| #define MATRIX_ROWS 8 | ||||
| #define MATRIX_COLS 8 | ||||
| 
 | ||||
| #define TAPPING_TERM    200 | ||||
| 
 | ||||
| /*
 | ||||
|  * Feature disable options | ||||
|  *  These options are also useful to firmware size reduction. | ||||
|  | ||||
| @ -22,8 +22,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
| #define MATRIX_ROWS 16 | ||||
| #define MATRIX_COLS 8 | ||||
| 
 | ||||
| #define TAPPING_TERM    200 | ||||
| 
 | ||||
| /*
 | ||||
|  * Feature disable options | ||||
|  *  These options are also useful to firmware size reduction. | ||||
|  | ||||
| @ -13,8 +13,6 @@ | ||||
| 
 | ||||
| #define TAPPING_TOGGLE  1 | ||||
| 
 | ||||
| #define TAPPING_TERM    200 | ||||
| 
 | ||||
| /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ | ||||
| #define LOCKING_SUPPORT_ENABLE | ||||
| /* Locking resynchronize hack */ | ||||
|  | ||||
| @ -40,9 +40,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
| #define RGBLIGHT_EFFECT_ALTERNATING | ||||
| #define RGBLIGHT_EFFECT_TWINKLE | ||||
| 
 | ||||
| /* Tap Dance timing */ | ||||
| #define TAPPING_TERM 200 | ||||
| 
 | ||||
| /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ | ||||
| #define LOCKING_SUPPORT_ENABLE | ||||
| /* Locking resynchronize hack */ | ||||
|  | ||||
| @ -72,9 +72,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
| // #define ENABLE_RGB_MATRIX_SOLID_SPLASH
 | ||||
| // #define ENABLE_RGB_MATRIX_SOLID_MULTISPLASH
 | ||||
| 
 | ||||
| /* Tap delay for tap vs hold */ | ||||
| #define TAPPING_TERM 200 | ||||
| 
 | ||||
| /* Slow down key press speed to ensure computer picks it up */ | ||||
| #define TAP_CODE_DELAY 10 | ||||
| 
 | ||||
|  | ||||
| @ -25,8 +25,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
| 
 | ||||
| #define TAPPING_TOGGLE  1 | ||||
| 
 | ||||
| #define TAPPING_TERM    200 | ||||
| 
 | ||||
| /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ | ||||
| #define LOCKING_SUPPORT_ENABLE | ||||
| /* Locking resynchronize hack */ | ||||
|  | ||||
| @ -28,5 +28,3 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
| #define RGBLIGHT_EFFECT_RGB_TEST | ||||
| #define RGBLIGHT_EFFECT_ALTERNATING | ||||
| #define RGBLIGHT_EFFECT_TWINKLE | ||||
| 
 | ||||
| #define TAPPING_TERM 200 | ||||
|  | ||||
| @ -83,5 +83,3 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
| #        define ENABLE_RGB_MATRIX_SOLID_SPLASH | ||||
| #        define ENABLE_RGB_MATRIX_SOLID_MULTISPLASH | ||||
| #    endif | ||||
| 
 | ||||
| #define TAPPING_TERM 200 | ||||
|  | ||||
| @ -19,8 +19,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
| 
 | ||||
| #define BACKLIGHT_PWM_MAP { 8, 16, 40, 55, 70, 128, 200, 255 } | ||||
| 
 | ||||
| #define TAPPING_TERM 200 | ||||
| 
 | ||||
| #define AUDIO_PIN C6 | ||||
| #define AUDIO_VOICES | ||||
| 
 | ||||
|  | ||||
| @ -36,8 +36,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
| #define RGBLIGHT_SAT_STEP 17 | ||||
| #define RGBLIGHT_VAL_STEP 17 | ||||
| 
 | ||||
| #define TAPPING_TERM 200 | ||||
| 
 | ||||
| /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ | ||||
| #define LOCKING_SUPPORT_ENABLE | ||||
| /* Locking resynchronize hack */ | ||||
|  | ||||
| @ -31,8 +31,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
| #    define RGBLIGHT_EFFECT_ALTERNATING | ||||
| #    define RGBLIGHT_EFFECT_TWINKLE | ||||
| 
 | ||||
| #define TAPPING_TERM 200 | ||||
| 
 | ||||
| /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ | ||||
| #define LOCKING_SUPPORT_ENABLE | ||||
| /* Locking resynchronize hack */ | ||||
|  | ||||
| @ -36,8 +36,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
| #define RGBLIGHT_SAT_STEP 17 | ||||
| #define RGBLIGHT_VAL_STEP 17 | ||||
| 
 | ||||
| #define TAPPING_TERM 200 | ||||
| 
 | ||||
| /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ | ||||
| #define LOCKING_SUPPORT_ENABLE | ||||
| /* Locking resynchronize hack */ | ||||
|  | ||||
| @ -40,6 +40,5 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
| #endif | ||||
| 
 | ||||
| #define PERMISSIVE_HOLD | ||||
| #define TAPPING_TERM 200 | ||||
| 
 | ||||
| #define NO_ACTION_ONESHOT | ||||
|  | ||||
| @ -27,5 +27,3 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
| #define RGBLIGHT_EFFECT_RGB_TEST | ||||
| #define RGBLIGHT_EFFECT_ALTERNATING | ||||
| #define RGBLIGHT_EFFECT_TWINKLE | ||||
| 
 | ||||
| #define TAPPING_TERM 200 | ||||
|  | ||||
| @ -85,9 +85,3 @@ | ||||
| #define RGBLIGHT_EFFECT_RGB_TEST | ||||
| #define RGBLIGHT_EFFECT_ALTERNATING | ||||
| #define RGBLIGHT_EFFECT_TWINKLE | ||||
| 
 | ||||
| 
 | ||||
| // tapping setting
 | ||||
| //#define TAPPING_TERM 200
 | ||||
| //#define RETRO_TAPPING
 | ||||
| //#define PERMISSIVE_HOLD
 | ||||
|  | ||||
| @ -17,9 +17,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
| 
 | ||||
| #pragma once | ||||
| 
 | ||||
| //speed for double tap
 | ||||
| #define TAPPING_TERM 200 | ||||
| 
 | ||||
| /* ws2812 RGB LED */ | ||||
| #define RGBLIGHT_EFFECT_BREATHING | ||||
| #define RGBLIGHT_EFFECT_RAINBOW_MOOD | ||||
|  | ||||
| @ -22,8 +22,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
| /* Locking resynchronize hack */ | ||||
| #define LOCKING_RESYNC_ENABLE | ||||
| 
 | ||||
| #define TAPPING_TERM 200 | ||||
| 
 | ||||
| /*
 | ||||
|  * Feature disable options | ||||
|  *  These options are also useful to firmware size reduction. | ||||
|  | ||||
| @ -1,20 +0,0 @@ | ||||
| /*
 | ||||
| Copyright 2012 Jun Wako <wakojun@gmail.com> | ||||
| 
 | ||||
| This program is free software: you can redistribute it and/or modify | ||||
| it under the terms of the GNU General Public License as published by | ||||
| the Free Software Foundation, either version 2 of the License, or | ||||
| (at your option) any later version. | ||||
| 
 | ||||
| This program is distributed in the hope that it will be useful, | ||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of | ||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | ||||
| GNU General Public License for more details. | ||||
| 
 | ||||
| You should have received a copy of the GNU General Public License | ||||
| along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | ||||
| */ | ||||
| 
 | ||||
| #pragma once | ||||
| 
 | ||||
| #define TAPPING_TERM 200 | ||||
| @ -41,5 +41,3 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|   // iOS device need lessthan 100
 | ||||
|   #define USB_MAX_POWER_CONSUMPTION 100 | ||||
| #endif | ||||
| 
 | ||||
| #define TAPPING_TERM 200 | ||||
|  | ||||
| @ -37,5 +37,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | ||||
| #define LOCKING_SUPPORT_ENABLE | ||||
| /* Locking resynchronize hack */ | ||||
| #define LOCKING_RESYNC_ENABLE | ||||
| 
 | ||||
| #define TAPPING_TERM 200 | ||||
|  | ||||
| @ -22,8 +22,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
| /* Locking resynchronize hack */ | ||||
| #define LOCKING_RESYNC_ENABLE | ||||
| 
 | ||||
| #define TAPPING_TERM 200 | ||||
| 
 | ||||
| /*
 | ||||
|  * Feature disable options | ||||
|  *  These options are also useful to firmware size reduction. | ||||
|  | ||||
| @ -22,8 +22,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
| /* Locking resynchronize hack */ | ||||
| #define LOCKING_RESYNC_ENABLE | ||||
| 
 | ||||
| #define TAPPING_TERM 200 | ||||
| 
 | ||||
| /*
 | ||||
|  * Feature disable options | ||||
|  *  These options are also useful to firmware size reduction. | ||||
|  | ||||
| @ -36,7 +36,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
| #define RGBLIGHT_SAT_STEP 17 | ||||
| #define RGBLIGHT_VAL_STEP 17 | ||||
| 
 | ||||
| #define TAPPING_TERM 200 | ||||
| /*
 | ||||
|  * Feature disable options | ||||
|  *  These options are also useful to firmware size reduction. | ||||
|  | ||||
| @ -22,8 +22,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
| /* Locking resynchronize hack */ | ||||
| #define LOCKING_RESYNC_ENABLE | ||||
| 
 | ||||
| #define TAPPING_TERM 200 | ||||
| 
 | ||||
| #define I2C_DRIVER I2CD1 | ||||
| #define I2C_SCL_PIN B6 | ||||
| #define I2C_SDA_PIN B7 | ||||
|  | ||||
| @ -20,6 +20,3 @@ | ||||
| #define SPLIT_MODS_ENABLE | ||||
| #define SPLIT_WPM_ENABLE | ||||
| #define SPLIT_USB_DETECT | ||||
| 
 | ||||
| // Tapping term
 | ||||
| #define TAPPING_TERM 200 | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Ryan
						Ryan