Update 'keyboards/kyria/keymaps/frederik/keymap.c'
Changed alt-tab timer to 750ms
This commit is contained in:
parent
deb4af71a4
commit
065756536f
@ -219,7 +219,7 @@ void matrix_scan_user(void) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (is_alt_tab_active) {
|
if (is_alt_tab_active) {
|
||||||
if (timer_elapsed(alt_tab_timer) > 1250) {
|
if (timer_elapsed(alt_tab_timer) > 750) {
|
||||||
unregister_code(KC_LALT);
|
unregister_code(KC_LALT);
|
||||||
is_alt_tab_active = false;
|
is_alt_tab_active = false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user