Accessible symbol layer and longer tap wait

This commit is contained in:
Thomas Haukland 2022-02-27 10:26:17 +01:00
parent 89c5bffdfc
commit 5f304e7e15
2 changed files with 4 additions and 4 deletions

View File

@ -33,7 +33,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define MOUSEKEY_WHEEL_TIME_TO_MAX 100 #define MOUSEKEY_WHEEL_TIME_TO_MAX 100
// Pick good defaults for enabling homerow modifiers // Pick good defaults for enabling homerow modifiers
#define TAPPING_TERM 200 #define TAPPING_TERM 300
#define PERMISSIVE_HOLD #define PERMISSIVE_HOLD
#define IGNORE_MOD_TAP_INTERRUPT #define IGNORE_MOD_TAP_INTERRUPT
#define TAPPING_FORCE_HOLD #define TAPPING_FORCE_HOLD

View File

@ -16,7 +16,7 @@
"KC_L", "KC_L",
"KC_U", "KC_U",
"KC_Y", "KC_Y",
"KC_SCLN", "LT(4,KC_SCLN)",
"KC_A", "KC_A",
"KC_R", "KC_R",
"KC_S", "KC_S",
@ -28,7 +28,7 @@
"KC_I", "KC_I",
"KC_O", "KC_O",
"LSFT_T(KC_Z)", "LSFT_T(KC_Z)",
"KC_X", "LT(3,KC_X)",
"KC_C", "KC_C",
"KC_D", "KC_D",
"KC_V", "KC_V",
@ -124,7 +124,7 @@
"KC_UNDS", "KC_UNDS",
"KC_PIPE", "KC_PIPE",
"KC_QUOT", "KC_QUOT",
"KC_TRNS", "KC_ESC",
"KC_CIRC", "KC_CIRC",
"KC_ASTR", "KC_ASTR",
"KC_AMPR", "KC_AMPR",