Trouble with TopsyTurvy

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?

I’ve got some idea what’s going on, but I’m away from my dev machine right now, so I can’t do anything to fix it (@algernon probably can, if he has the time). It would help if you submit an issue on GitHub against TopsyTurvy.

Issue submitted :slight_smile:

2 Likes

As I wrote on the GitHub issue too - this is a know issue, which I wanted to fix for a long time, but didn’t get around to it yet. With a bit of luck, I will be able to do that this week.

1 Like