mattdibi / redox-keyboard

Ergonomic split mechanical keyboard
MIT License
1.76k stars 163 forks source link

columns getting multiple inputs #87

Closed diegosandovalramirez closed 3 years ago

diegosandovalramirez commented 3 years ago

Im getting a weird thing. On my left, columns from 3 to the 6th if 2 keys that have a column of distance, that middle key will be pressed as well. For example (in qwerty) if I press [T] and [E], [R] will also be pressed.

KEY-DOWN - QMK: KC_T Event key: t Code: KeyT KeyCode: 84 KEY-DOWN - QMK: KC_E Event key: e Code: KeyE KeyCode: 69 KEY-DOWN - QMK: KC_R Event key: r Code: KeyR KeyCode: 82 KEY-UP - QMK: KC_E Event key: e Code: KeyE KeyCode: 69 in 54.000ms KEY-UP - QMK: KC_R Event key: r Code: KeyR KeyCode: 82 in 56.000ms KEY-UP - QMK: KC_T Event key: t Code: KeyT KeyCode: 84 in 1888.000ms

The hardware seems to be fine, has anyone experienced something similar?

diegosandovalramirez commented 3 years ago

tested some columns, found nothing, fixed itself, just clean up your wires I guess.