|
@@ -230,7 +230,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
|
|
void matrix_scan_user(void) { # The very important timer.
|
|
void matrix_scan_user(void) { # The very important timer.
|
|
if (is_alt_tab_active) {
|
|
if (is_alt_tab_active) {
|
|
if (timer_elapsed(alt_tab_timer) > 1000) {
|
|
if (timer_elapsed(alt_tab_timer) > 1000) {
|
|
- unregister_code16(LALT(KC_TAB));
|
|
+ unregister_code(KC_LALT);
|
|
is_alt_tab_active = false;
|
|
is_alt_tab_active = false;
|
|
}
|
|
}
|
|
}
|
|
}
|