diff options
Diffstat (limited to 'docs/feature_macros.md')
| -rw-r--r-- | docs/feature_macros.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_macros.md b/docs/feature_macros.md index fe45016e3..d81c3c655 100644 --- a/docs/feature_macros.md +++ b/docs/feature_macros.md | |||
| @@ -230,7 +230,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) { | |||
| 230 | void matrix_scan_user(void) { # The very important timer. | 230 | void matrix_scan_user(void) { # The very important timer. |
| 231 | if (is_alt_tab_active) { | 231 | if (is_alt_tab_active) { |
| 232 | if (timer_elapsed(alt_tab_timer) > 1000) { | 232 | if (timer_elapsed(alt_tab_timer) > 1000) { |
| 233 | unregister_code16(LALT(KC_TAB)); | 233 | unregister_code(KC_LALT); |
| 234 | is_alt_tab_active = false; | 234 | is_alt_tab_active = false; |
| 235 | } | 235 | } |
| 236 | } | 236 | } |
