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
`In the keyboard converter sketch, remove the inline declaration of "leds" ["uint8_t leds = (caps | (num << 1));" to "leds = (caps | (num << 1));"]
and declare "leds" at top of routine as "static uint8_t leds;"