Accessible symbol layer and longer tap wait
This commit is contained in:
parent
89c5bffdfc
commit
5f304e7e15
@ -33,7 +33,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#define MOUSEKEY_WHEEL_TIME_TO_MAX 100
|
||||
|
||||
// Pick good defaults for enabling homerow modifiers
|
||||
#define TAPPING_TERM 200
|
||||
#define TAPPING_TERM 300
|
||||
#define PERMISSIVE_HOLD
|
||||
#define IGNORE_MOD_TAP_INTERRUPT
|
||||
#define TAPPING_FORCE_HOLD
|
||||
|
@ -16,7 +16,7 @@
|
||||
"KC_L",
|
||||
"KC_U",
|
||||
"KC_Y",
|
||||
"KC_SCLN",
|
||||
"LT(4,KC_SCLN)",
|
||||
"KC_A",
|
||||
"KC_R",
|
||||
"KC_S",
|
||||
@ -28,7 +28,7 @@
|
||||
"KC_I",
|
||||
"KC_O",
|
||||
"LSFT_T(KC_Z)",
|
||||
"KC_X",
|
||||
"LT(3,KC_X)",
|
||||
"KC_C",
|
||||
"KC_D",
|
||||
"KC_V",
|
||||
@ -124,7 +124,7 @@
|
||||
"KC_UNDS",
|
||||
"KC_PIPE",
|
||||
"KC_QUOT",
|
||||
"KC_TRNS",
|
||||
"KC_ESC",
|
||||
"KC_CIRC",
|
||||
"KC_ASTR",
|
||||
"KC_AMPR",
|
||||
|
Loading…
x
Reference in New Issue
Block a user