When I run the Topsy Turvy plugin example (https://github.com/keyboardio/Kaleidoscope-TopsyTurvy/blob/master/examples/TopsyTurvy/TopsyTurvy.ino), it successfully makes it so that pressing 1 (unshifted) types “!” and so on, but unfortunately, when I press 1 while shifted, it types something like “11111111111111111111” instead of “1”. Same with all the other numbers – their unshifted versions type a symbol, as expected, but their shifted versions type the unshifted number a couple dozen times.
Anyone know what’s going on here or how to fix it?