]> git.donarmstrong.com Git - qmk_firmware.git/commit
fix unselect_rows() in quantum/matrix.c (#6243)
authorTakeshi ISHII <2170248+mtei@users.noreply.github.com>
Wed, 3 Jul 2019 18:50:06 +0000 (03:50 +0900)
committerDrashna Jaelre <drashna@live.com>
Wed, 3 Jul 2019 18:50:06 +0000 (11:50 -0700)
commitf268993760cc805c95f236917251cc97ee94b2c1
tree671c4a4658c47b0e9e93cf8ccadc1a1f5df4ea06
parentc0c8b2e50d0da5813aac3c6bc69540f81b1dae04
fix unselect_rows() in quantum/matrix.c (#6243)

unselect_col() uses setPinInputHigh(), but unselect_cols() uses setPinInput().
This is not correct. unselect_cols() should also use setPinInputHigh().
quantum/matrix.c