matrix: wait for row signal to go HIGH for every row (#12945)
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.
Merge remote-tracking branch 'origin/master' into develop
revert error introduced in PR #12871 (#12891)
Merge remote-tracking branch 'origin/master' into develop
Fix yeehaw (#12934)
* CRLF?
* Changed VIA keymap to use core KC_TRNS alias
Fixup housekeeping from being invoked twice per loop. (#12933)
Merge remote-tracking branch 'origin/master' into develop
[Keymap] Crkbd/keymaps/oo (#12882)
Merge remote-tracking branch 'origin/master' into develop
Added Yasui keyboard (#12726)
* initial
* fix
* Update config.h
* Update config.h
* Update rules.mk
* Delete info.json
* fuix
* PR work
* replace keymap with layout
Co-authored-by: rainsff <44819800+rainsff@users.noreply.github.com>
Merge remote-tracking branch 'origin/master' into develop
Merge remote-tracking branch 'origin/master' into develop
[Keyboard] Friedrich (#12569)
* added Friedrich
* Update readme.md
* Update readme.md
* Update keyboards/friedrich/keymaps/via/rules.mk
* change USB name casing
Add function to allow repeated blinking of one layer (#12237)
* Implement function rgblight_blink_layer_repeat to allow repeated blinking of one layer at a time
* Update doc
* Rework rgblight blinking according to requested change
* optimize storage
Merge remote-tracking branch 'origin/master' into develop
[Keyboard] Update Rosa vendorId to something unique for VIA (#12918)
Merge remote-tracking branch 'origin/master' into develop