82aa9ad4a5
I noticed this discrepancy (last row of the matrix treated differently than the others) when optimizing the input latency of my keyboard controller, see also https://michael.stapelberg.ch/posts/2021-05-08-keyboard-input-latency-qmk-kinesis/ Before this commit, when tuning the delays I noticed ghost key presses when pressing the F2 key, which is on the last row of the keyboard matrix: the dead_grave key, which is on the first row of the keyboard matrix, would be incorrectly detected as pressed. After this commit, all keyboard matrix rows are interpreted correctly. I suspect that my setup is more susceptible to this nuance than others because I use GPIO_INPUT_PIN_DELAY=0 and hence don’t have another delay that might mask the problem. |
||
---|---|---|
.. | ||
api | ||
audio | ||
backlight | ||
bootmagic | ||
debounce | ||
keymap_extras | ||
led_matrix_animations | ||
led_matrix_runners | ||
process_keycode | ||
rgb_matrix_animations | ||
rgb_matrix_runners | ||
sequencer | ||
serial_link | ||
split_common | ||
template | ||
tools | ||
visualizer | ||
api.c | ||
api.h | ||
bitwise.c | ||
bitwise.h | ||
color.c | ||
color.h | ||
command.c | ||
command.h | ||
config_common.h | ||
debounce.h | ||
dip_switch.c | ||
dip_switch.h | ||
dynamic_keymap.c | ||
dynamic_keymap.h | ||
dynamic_macro.h | ||
encoder.c | ||
encoder.h | ||
joystick.c | ||
joystick.h | ||
keycode_config.c | ||
keycode_config.h | ||
keymap.h | ||
keymap_common.c | ||
led.c | ||
led.h | ||
led_matrix.c | ||
led_matrix.h | ||
led_matrix_drivers.c | ||
led_matrix_types.h | ||
led_tables.c | ||
led_tables.h | ||
matrix.c | ||
matrix.h | ||
matrix_common.c | ||
mcu_selection.mk | ||
mousekey.c | ||
mousekey.h | ||
pointing_device.c | ||
pointing_device.h | ||
quantum.c | ||
quantum.h | ||
quantum_keycodes.h | ||
rgb.h | ||
rgb_matrix.c | ||
rgb_matrix.h | ||
rgb_matrix_drivers.c | ||
rgb_matrix_types.h | ||
rgblight.c | ||
rgblight.h | ||
rgblight_breathe_table.h | ||
rgblight_list.h | ||
rgblight_modes.h | ||
rgblight_post_config.h | ||
ring_buffer.h | ||
send_string.c | ||
send_string.h | ||
send_string_keycodes.h | ||
util.h | ||
variable_trace.c | ||
variable_trace.h | ||
velocikey.c | ||
velocikey.h | ||
via.c | ||
via.h | ||
via_ensure_keycode.h | ||
wpm.c | ||
wpm.h |