You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have encountered the following problem after flashing RMK on an RP2040-Zero:
On my main layer, I have bound two keys to produce the following two characters: < and >. In Vial, they correspond to the keycodes KC_NONUS_BSLASH and LSFT(KC_NONUS_BSLASH), respectively.
When I try to quickly input them in succession, it appears that some of the inputs aren't registered at all. For example, inputting the string <>< almost always returns something like << or <>.
I have encountered the following problem after flashing RMK on an RP2040-Zero:
<and>. In Vial, they correspond to the keycodesKC_NONUS_BSLASHandLSFT(KC_NONUS_BSLASH), respectively.<><almost always returns something like<<or<>.Below is a short clip showing the problem.
rmk-issue.mp4