You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tap dance callbacks may register weak mods; one case when it happens is when a tap dance registers a key with modifiers. When the tap dance is interrupted by pressing another key, these weak mods could affect the interrupting key (normally any stale weak mods are cleared at the start of action_exec() when handling a keypress event, but the tap dance interrupt check code is called later, and the weak mods left by that code were not cleared). Add another clear_weak_mods() call to preprocess_tap_dance() to make sure that the interrupting keypress is not affected by unrelated weak mods from the previous tap dance. Fixes #12445. |
5 years ago | |
|---|---|---|
| .. | ||
| api | 5 years ago | |
| audio | 5 years ago | |
| backlight | 5 years ago | |
| debounce | 5 years ago | |
| keymap_extras | 5 years ago | |
| process_keycode | 5 years ago | |
| rgb_matrix_animations | 5 years ago | |
| rgb_matrix_runners | ||
| sequencer | ||
| serial_link | 5 years ago | |
| split_common | 5 years ago | |
| template | ||
| tools | ||
| visualizer | 5 years ago | |
| api.c | ||
| api.h | 5 years ago | |
| bitwise.c | 5 years ago | |
| bitwise.h | 5 years ago | |
| color.c | ||
| color.h | 5 years ago | |
| command.c | 5 years ago | |
| command.h | 5 years ago | |
| config_common.h | 5 years ago | |
| debounce.h | ||
| dip_switch.c | ||
| dip_switch.h | ||
| dynamic_keymap.c | 5 years ago | |
| dynamic_keymap.h | ||
| dynamic_macro.h | ||
| encoder.c | 5 years ago | |
| encoder.h | 5 years ago | |
| joystick.c | ||
| joystick.h | ||
| keycode_config.c | ||
| keycode_config.h | 5 years ago | |
| keymap.h | 5 years ago | |
| keymap_common.c | ||
| led.c | 5 years ago | |
| led.h | 5 years ago | |
| led_matrix.c | 5 years ago | |
| led_matrix.h | 5 years ago | |
| led_matrix_drivers.c | 5 years ago | |
| led_matrix_types.h | 5 years ago | |
| led_tables.c | ||
| led_tables.h | 5 years ago | |
| matrix.c | 5 years ago | |
| matrix.h | 5 years ago | |
| matrix_common.c | 5 years ago | |
| mcu_selection.mk | 5 years ago | |
| mousekey.c | 5 years ago | |
| mousekey.h | 5 years ago | |
| pointing_device.c | 5 years ago | |
| pointing_device.h | 5 years ago | |
| quantum.c | 5 years ago | |
| quantum.h | 5 years ago | |
| quantum_keycodes.h | 5 years ago | |
| rgb.h | 5 years ago | |
| rgb_matrix.c | 5 years ago | |
| rgb_matrix.h | 5 years ago | |
| rgb_matrix_drivers.c | ||
| rgb_matrix_types.h | 5 years ago | |
| rgblight.c | 5 years ago | |
| rgblight.h | 5 years ago | |
| rgblight_breathe_table.h | 5 years ago | |
| rgblight_list.h | ||
| rgblight_modes.h | ||
| rgblight_post_config.h | ||
| ring_buffer.h | 5 years ago | |
| send_string.c | 5 years ago | |
| send_string.h | 5 years ago | |
| send_string_keycodes.h | 5 years ago | |
| util.h | 5 years ago | |
| variable_trace.c | ||
| variable_trace.h | 5 years ago | |
| velocikey.c | ||
| velocikey.h | 5 years ago | |
| via.c | 5 years ago | |
| via.h | 5 years ago | |
| via_ensure_keycode.h | 5 years ago | |
| wpm.c | ||
| wpm.h | ||