Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211)
This commit is contained in:
parent
47a51fda5d
commit
1899793f27
287 changed files with 28 additions and 734 deletions
|
@ -21,5 +21,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
#define TAPPING_TOGGLE 1
|
||||
#define TAPPING_TERM 280
|
||||
#define IGNORE_MOD_TAP_INTERRUPT
|
||||
#define UNICODE_SELECTED_MODES UNICODE_MODE_WINCOMPOSE, UNICODE_MODE_MACOS, UNICODE_MODE_LINUX
|
||||
#define UNICODE_SELECTED_MODES UNICODE_MODE_WINCOMPOSE, UNICODE_MODE_MACOS, UNICODE_MODE_LINUX
|
||||
|
|
|
@ -18,6 +18,3 @@
|
|||
|
||||
#define TAPPING_TERM 175
|
||||
#define TAPPING_TOGGLE 2
|
||||
|
||||
// Lets you roll mod-tap keys
|
||||
#define IGNORE_MOD_TAP_INTERRUPT
|
||||
|
|
|
@ -35,5 +35,3 @@
|
|||
# endif
|
||||
#endif
|
||||
|
||||
// Lets you roll mod-tap keys
|
||||
#define IGNORE_MOD_TAP_INTERRUPT
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
#pragma once
|
||||
|
||||
#define EE_HANDS
|
||||
#define IGNORE_MOD_TAP_INTERRUPT
|
||||
|
||||
// Fix for Elite C rev3
|
||||
#define SPLIT_USB_DETECT
|
||||
|
|
|
@ -1,20 +0,0 @@
|
|||
/* Copyright 2022 Thomas Baart <thomas@splitkb.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
|
||||
|
||||
// Lets you roll mod-tap keys
|
||||
#define IGNORE_MOD_TAP_INTERRUPT
|
|
@ -16,11 +16,8 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
// Lets you roll mod-tap keys
|
||||
#define IGNORE_MOD_TAP_INTERRUPT
|
||||
|
||||
// If you are using an Elite C rev3 on the slave side, uncomment the lines below:
|
||||
// #define SPLIT_USB_DETECT
|
||||
// #define NO_USB_STARTUP_CHECK
|
||||
|
||||
#define UNICODE_SELECTED_MODES UNICODE_MODE_LINUX, UNICODE_MODE_WINCOMPOSE // support for Linux and Windows unicode
|
||||
#define UNICODE_SELECTED_MODES UNICODE_MODE_LINUX, UNICODE_MODE_WINCOMPOSE // support for Linux and Windows unicode
|
||||
|
|
|
@ -33,8 +33,6 @@
|
|||
# define RGBLIGHT_LIMIT_VAL 150
|
||||
#endif
|
||||
|
||||
// Lets you roll mod-tap keys
|
||||
#define IGNORE_MOD_TAP_INTERRUPT
|
||||
|
||||
// If you are using an Elite C rev3 on the slave side, uncomment the lines below:
|
||||
// #define SPLIT_USB_DETECT
|
||||
|
|
|
@ -39,9 +39,6 @@
|
|||
// -- defined in user namespace
|
||||
// #define TAPPING_TERM 200
|
||||
|
||||
// Prevent normal rollover on alphas from accidentally triggering mods.
|
||||
#define IGNORE_MOD_TAP_INTERRUPT
|
||||
|
||||
// Enable rapid switch from tap to hold, disables double tap hold auto-repeat.
|
||||
#define QUICK_TAP_TERM 0
|
||||
|
||||
|
|
|
@ -23,7 +23,5 @@
|
|||
|
||||
// Configure the global tapping term (default: 200ms)
|
||||
#define TAPPING_TERM 175
|
||||
// Prevent normal rollover on alphas from accidentally triggering mods.
|
||||
#define IGNORE_MOD_TAP_INTERRUPT
|
||||
// Enable rapid switch from tap to hold, disables double tap hold auto-repeat.
|
||||
#define QUICK_TAP_TERM 0
|
||||
|
|
|
@ -43,7 +43,6 @@
|
|||
|
||||
#define TAPPING_TERM 200
|
||||
#define PERMISSIVE_HOLD
|
||||
#define IGNORE_MOD_TAP_INTERRUPT
|
||||
#define QUICK_TAP_TERM 0
|
||||
// Allows to use either side as the master. Look at the documentation for info:
|
||||
// https://docs.qmk.fm/#/config_options?id=setting-handedness
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
|
||||
#define LAYER_STATE_8BIT
|
||||
#define DYNAMIC_KEYMAP_LAYER_COUNT 5
|
||||
#define IGNORE_MOD_TAP_INTERRUPT
|
||||
|
||||
#undef LOCKING_SUPPORT_ENABLE
|
||||
#undef LOCKING_RESYNC_ENABLE
|
||||
|
|
|
@ -28,4 +28,3 @@
|
|||
#define NO_ACTION_FUNCTION
|
||||
#define NO_ACTION_ONESHOT
|
||||
#define QUICK_TAP_TERM 0
|
||||
#define IGNORE_MOD_TAP_INTERRUPT
|
||||
|
|
|
@ -23,7 +23,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
// these should work better for homerow modifiers
|
||||
#define TAPPING_TERM 350
|
||||
#define PERMISSIVE_HOLD
|
||||
#define IGNORE_MOD_TAP_INTERRUPT
|
||||
#define QUICK_TAP_TERM 0
|
||||
|
||||
#define LEADER_PER_KEY_TIMING
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue